public interface SessionManager
Modifier and Type | Method and Description |
---|---|
boolean |
getEnableDebugListener() |
boolean |
getEnableGatewayDeltaReplication() |
boolean |
getEnableGatewayReplication() |
boolean |
getEnableLocalCache() |
org.apache.juli.logging.Log |
getLogger() |
int |
getMaxInactiveInterval() |
boolean |
getPreferDeserializedForm()
Deprecated.
no replacement. Always prefer deserialized form.
|
String |
getRegionAttributesId() |
String |
getRegionName() |
String |
getStatisticsName() |
boolean |
isBackingCacheAvailable() |
boolean |
isCommitValveEnabled() |
boolean |
isCommitValveFailfastEnabled() |
String getRegionName()
String getRegionAttributesId()
int getMaxInactiveInterval()
boolean getEnableGatewayReplication()
boolean getEnableGatewayDeltaReplication()
boolean getEnableDebugListener()
boolean getEnableLocalCache()
boolean isCommitValveEnabled()
boolean isCommitValveFailfastEnabled()
boolean isBackingCacheAvailable()
@Deprecated boolean getPreferDeserializedForm()
String getStatisticsName()
org.apache.juli.logging.Log getLogger()