Uses of Interface
org.wildfly.clustering.session.Session
Packages that use Session
Package
Description
-
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.SessionManager.getDetachedSession(String id) Returns a detached session with the specified identifier.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. -
Uses of Session in org.wildfly.clustering.session.cache
Subinterfaces of Session in org.wildfly.clustering.session.cacheClasses in org.wildfly.clustering.session.cache that implement SessionModifier and TypeClassDescriptionclassDecoratedSessionwhose methods throw anIllegalStateExceptionif the session is not valid.classA session facade whose lifecycle is managed by aCache.classGeneric session implementation composed of attributes and metadata.classA generic decorated session.classDetached session implementation, for use outside the context of a request.classSessiondecorator that auto-detaches onManagedSession.close().Methods in org.wildfly.clustering.session.cache that return SessionModifier and TypeMethodDescriptionDecoratedSession.get()AbstractSessionManager.getDetachedSession(String id) CachedSessionManager.getDetachedSession(String id) Methods in org.wildfly.clustering.session.cache that return types with arguments of type SessionModifier and TypeMethodDescriptionAbstractSessionManager.createSessionAsync(String id) CachedSessionManager.createSessionAsync(String id) AbstractSessionManager.findSessionAsync(String id) CachedSessionManager.findSessionAsync(String id) Constructors in org.wildfly.clustering.session.cache with parameters of type SessionModifierConstructorDescriptionAttachedSession(Session<C> session, Consumer<ImmutableSession> closeTask) CachedSession(Session<C> session, Runnable closeTask) DecoratedSession(Session<C> session) ManagedSession(SessionManager<C> manager, Session<C> session, Consumer<ImmutableSession> closeTask) Constructor parameters in org.wildfly.clustering.session.cache with type arguments of type Session -
Uses of Session in org.wildfly.clustering.session.infinispan.embedded
Methods in org.wildfly.clustering.session.infinispan.embedded that return types with arguments of type Session