Fields Summary |
---|
public static String | STORE_MANAGER_NAMEName of the store manager. Used mainly for logging / debugging |
public static String | CONTAINER_IDThe containerId used to differentiate each container in
the server. |
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 | GRACE_SESSION_TIMEOUT_IN_SECONDSDefines 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 |