Uses of Interface
org.wildfly.clustering.web.session.SessionManager
-
Packages that use SessionManager Package Description org.wildfly.clustering.web.session org.wildfly.clustering.web.session.oob -
-
Uses of SessionManager in org.wildfly.clustering.web.session
Methods in org.wildfly.clustering.web.session that return SessionManager Modifier and Type Method Description SessionManager<LC,B>SessionManagerFactory. createSessionManager(SessionManagerConfiguration<SC> configuration)Create as session manager using the specified context and identifier factory. -
Uses of SessionManager in org.wildfly.clustering.web.session.oob
Constructors in org.wildfly.clustering.web.session.oob with parameters of type SessionManager Constructor Description OOBSession(SessionManager<L,B> manager, String id, L localContext)
-