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

SessionManagerConfig

public interface SessionManagerConfig implements com.sun.appserv.management.base.Container, ConfigElement
Configuration for the <session-manager> 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 ManagerPropertiesConfigcreateManagerPropertiesConfig(java.util.Map params)
Creates new manager-properties element.

param
params Map of optional attributes whose keys are defined in ManagerPropertiesParams interface.
return
A proxy to the ManagerPropertiesConfig MBean.
see
ManagerPropertiesConfigKeys

public StorePropertiesConfigcreateStorePropertiesConfig(java.util.Map params)
Creates new manager-properties element.

param
params Map of optional attributes whose keys are defined in ManagerPropertiesParams interface.
return
A proxy to the StorePropertiesConfig MBean.
see
StorePropertiesConfigKeys

public ManagerPropertiesConfiggetManagerPropertiesConfig()
Get the ManagerPropertiesConfig MBean.

public StorePropertiesConfiggetStorePropertiesConfig()
Get the StorePropertiesConfig MBean.

public voidremoveManagerPropertiesConfig()
Removes manager-properties element.

public voidremoveStorePropertiesConfig()
Removes store-properties element.