Uses of Interface
org.wildfly.clustering.session.Session
Packages that use Session
-
Uses of Session in org.wildfly.clustering.session
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.