Uses of Interface
org.wildfly.clustering.session.ImmutableSession
Packages that use ImmutableSession
-
Uses of ImmutableSession in org.wildfly.clustering.session
Subinterfaces of ImmutableSession in org.wildfly.clustering.sessionClasses in org.wildfly.clustering.session that implement ImmutableSessionModifier 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 ImmutableSessionModifier and TypeMethodDescriptiondefault ImmutableSessionSessionManager.findImmutableSession(String id) Returns a read-only view of the session with the specified identifier.Methods in org.wildfly.clustering.session that return types with arguments of type ImmutableSessionModifier and TypeMethodDescriptionSessionManager.findImmutableSessionAsync(String id) Returns a read-only view of the session with the specified identifier. -
Uses of ImmutableSession in org.wildfly.clustering.session.container
Methods in org.wildfly.clustering.session.container with parameters of type ImmutableSessionModifier and TypeMethodDescriptionSessionFacadeProvider.asSession(ImmutableSession session, C context) Fabricates a container-specific facade for the specified session and session manager context.