Interface DistributableSessionManagerConfiguration
-
public interface DistributableSessionManagerConfiguration- Author:
- Paul Ferraro
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetDeploymentName()io.undertow.server.session.SessionListenersgetSessionListeners()org.wildfly.clustering.web.session.SessionManager<Map<String,Object>,org.wildfly.clustering.ee.Batch>getSessionManager()RecordableSessionManagerStatisticsgetStatistics()booleanisOrphanSessionAllowed()
-
-
-
Method Detail
-
getDeploymentName
String getDeploymentName()
-
getSessionManager
org.wildfly.clustering.web.session.SessionManager<Map<String,Object>,org.wildfly.clustering.ee.Batch> getSessionManager()
-
getSessionListeners
io.undertow.server.session.SessionListeners getSessionListeners()
-
getStatistics
RecordableSessionManagerStatistics getStatistics()
-
isOrphanSessionAllowed
boolean isOrphanSessionAllowed()
-
-