FileDocCategorySizeDatePackage
SFSBStoreManagerConstants.javaAPI DocGlassfish v2 API4116Fri May 04 22:33:14 BST 2007com.sun.ejb.spi.sfsb

SFSBStoreManagerConstants

public interface SFSBStoreManagerConstants
SFSBManagerConstants defines a set of "keys" that can be used to populate / query values that will be needed during SFSBManager creation.
author
Mahesh Kannan

Fields Summary
public static String
STORE_MANAGER_NAME
Name of the store manager. Used mainly for logging / debugging
public static String
UNIQUE_PREFIX
The 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_GROUP
The 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_SECONDS
Defines 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_NAME
This will be used by File system sfsbManager This param could be null
public static String
JDBC_DATASOURCE_INSTANCE
Defines 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_LOADER
Class Loader for this app
Constructors Summary
Methods Summary