FileDocCategorySizeDatePackage
SessionConfig.javaAPI DocGlassfish v2 API3428Fri May 04 22:30:36 BST 2007com.sun.appserv.management.config

SessionConfig

public interface SessionConfig implements com.sun.appserv.management.base.Container, ConfigElement
Configuration for the <session-config> element.

Fields Summary
public static final String
J2EE_TYPE
The j2eeType as returned by {@link com.sun.appserv.management.base.AMX#getJ2EEType}.
Constructors Summary
Methods Summary
public SessionManagerConfigcreateSessionManagerConfig()
Creates new session-manager element.

return
A proxy to the SessionManagerConfig MBean.

public SessionPropertiesConfigcreateSessionPropertiesConfig(java.util.Map params)
Creates new session-properties element.

param
params Map of optional attrbutes and properties.
return
A proxy to the SessionPropertiesConfig MBean.

public SessionManagerConfiggetSessionManagerConfig()
Get the SessionManagerConfig MBean.

public SessionPropertiesConfiggetSessionPropertiesConfig()
Get the SessionPropertiesConfig MBean.

public voidremoveSessionManagerConfig()
Removes session-manager element.

public voidremoveSessionPropertiesConfig()
Removes session-properties element.