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.createSession(String id, Instant creationTime) 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 TypeMethodDescriptiondefault CompletionStage<Session<C>> SessionManager.createSessionAsync(String id) Creates a session using the specified identifier.SessionManager.createSessionAsync(String id, Instant creationTime) 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 TypeClassDescriptionclassASessiondecorator whose methods throw anIllegalStateExceptionif the session is not valid.classA session facade whose lifecycle is managed by aCache.classA session composed of attributes, metadata, and context.classA session decorator.classDetached session implementation, for use outside the context of a request.classSessiondecorator that auto-detaches onManagedSession.close().Subinterfaces with type arguments of type Session in org.wildfly.clustering.session.cacheClasses in org.wildfly.clustering.session.cache that implement interfaces with type arguments of type SessionMethods in org.wildfly.clustering.session.cache that return SessionModifier and TypeMethodDescriptionCreates a session from the specified identifier, metadata, attributes, and context.DecoratedSession.get()AbstractSessionManager.getDetachedSession(String id) DecoratedSessionManager.getDetachedSession(String id) Methods in org.wildfly.clustering.session.cache that return types with arguments of type SessionModifier and TypeMethodDescriptionAbstractSessionManager.createSessionAsync(String id, Instant creationTime) CachedSessionManager.createSessionAsync(String id) CachedSessionManager.createSessionAsync(String id, Instant creationTime) DecoratedSessionManager.createSessionAsync(String id, Instant creationTime) AbstractSessionManager.findSessionAsync(String id) CachedSessionManager.findSessionAsync(String id) DecoratedSessionManager.findSessionAsync(String id) BiFunction<String, SC, Session<SC>> AbstractSessionManager.Configuration.getDetachedSessionFactory()Returns a factory for creating a detached session.Constructors in org.wildfly.clustering.session.cache with parameters of type SessionModifierConstructorDescriptionCachedSession(Session<C> session, Runnable closeTask) Creates a cached session decoratorManagedSession(Session<C> attachedSession, Session<C> detachedSession) Creates a managed session.Constructor parameters in org.wildfly.clustering.session.cache with type arguments of type SessionModifierConstructorDescriptionDecoratedSession(Supplier<Session<C>> reference) Creates a session decorator. -
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