FileDocCategorySizeDatePackage
FileStoreManagerConstants.javaAPI DocGlassfish v2 API3545Fri May 04 22:32:56 BST 2007com.sun.ejb.base.sfsb.store

FileStoreManagerConstants

public interface FileStoreManagerConstants
FileStoreManagerConstants defines a set of "keys" that can be used to populate / query values that will be needed during SFSBStoreManager initialization. FilePersistenceStragtegyBuilder populates the map with the following keys which is consumed by the FileStoreManager
author
Mahesh Kannan

Fields Summary
public static String
STORE_MANAGER_NAME
Name of the store manager. Used mainly for logging / debugging
public static String
CONTAINER_ID
The containerId used to differentiate each container in the server.
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
GRACE_SESSION_TIMEOUT_IN_SECONDS
Defines the grace period for session timeout in seconds. Sessions not accessed for (SESSION_TIMEOUT_IN_SECONDS + thisValue) 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
Constructors Summary
Methods Summary