Uses of Interface
org.wildfly.clustering.web.session.Session
-
Packages that use Session Package Description org.wildfly.clustering.web.session org.wildfly.clustering.web.session.oob -
-
Uses of Session in org.wildfly.clustering.web.session
Methods in org.wildfly.clustering.web.session that return Session Modifier and Type Method Description Session<L>SessionManager. createSession(String id)Creates a session using the specified identifier.Session<L>SessionManager. findSession(String id)Returns the session with the specified identifier, or null if none exists. -
Uses of Session in org.wildfly.clustering.web.session.oob
Classes in org.wildfly.clustering.web.session.oob that implement Session Modifier and Type Class Description classOOBSession<L,B extends Batch>Out-of-band session implementation, for use outside the context of a request.
-