Fields Summary |
---|
public static String | STORE_MANAGER_NAMEName of the store manager. Used mainly for logging / debugging |
public static String | UNIQUE_PREFIXThe unique prefix essentially contains some bits that
is unique across VMs. For example, this can contain,
in a clustered environment, a clusterID, nodeID etc.
The prefix can be used to generate clusterwide unique
session IDs. |
public static String | SESSION_GROUPThe session group essentially contains some bits that
can be used to group sessions. For example, this can
contain the beanID (appID-moduleID-ejbID).
The session group can be used to perform operations
that affect all sessions for this bean |
public static String | SESSION_TIMEOUT_IN_SECONDSDefines the session timeout in seconds. Sessions not accessed
for this duration can be removed and will no longer
be available to clients |
public static String | PASSIVATION_DIRECTORY_NAMEThis will be used by File system sfsbManager
This param could be null |
public static String | JDBC_DATASOURCE_INSTANCEDefines the DataSource object that can be used to
obtained (possibly pooled) JDBC connections
This will be used by StoreManagers that persists
sessions using relational databases |
public static String | CLASS_LOADERClass Loader for this app |