Uses of Interface
org.wildfly.clustering.session.Session
Packages that use Session
-
Uses of Session in org.wildfly.clustering.session
Classes in org.wildfly.clustering.session that implement SessionModifier and TypeClassDescriptionclassOOBSession<C,B extends org.wildfly.clustering.cache.batch.Batch> Out-of-band session implementation, for use outside the context of a request.Methods in org.wildfly.clustering.session that return SessionModifier and TypeMethodDescriptionSessionManager.createSession(String id) Creates a session using the specified identifier.SessionManager.findSession(String id) Returns the session with the specified identifier, or null if none exists.Methods in org.wildfly.clustering.session that return types with arguments of type SessionModifier and TypeMethodDescriptionSessionManager.createSessionAsync(String id) Creates a session using the specified identifier.SessionManager.findSessionAsync(String id) Returns the session with the specified identifier, or null if none exists.