Uses of Interface
org.wildfly.clustering.session.SessionManager
Packages that use SessionManager
Package
Description
-
Uses of SessionManager in org.wildfly.clustering.session
Methods in org.wildfly.clustering.session that return SessionManagerModifier and TypeMethodDescriptionSessionManagerFactory.createSessionManager(SessionManagerConfiguration<C> configuration) Create a session manager using the specified configuration. -
Uses of SessionManager in org.wildfly.clustering.session.cache
Classes in org.wildfly.clustering.session.cache that implement SessionManagerModifier and TypeClassDescriptionclassAbstractSessionManager<C,MV, AV, SC> An abstractSessionManagerimplementation that delegates most implementation details to aSessionFactory.classA concurrent session manager, that can share session references across concurrent threads.Constructors in org.wildfly.clustering.session.cache with parameters of type SessionManagerModifierConstructorDescriptionCachedSessionManager(SessionManager<C> manager, CacheFactory cacheFactory) DetachedSession(SessionManager<C> manager, String id, C context) ManagedSession(SessionManager<C> manager, Session<C> session, Consumer<ImmutableSession> closeTask) -
Uses of SessionManager in org.wildfly.clustering.session.infinispan.embedded
Classes in org.wildfly.clustering.session.infinispan.embedded that implement SessionManagerModifier and TypeClassDescriptionclassInfinispanSessionManager<C,MV, AV, SC> Generic session manager implementation - independent of cache mapping strategy.Methods in org.wildfly.clustering.session.infinispan.embedded that return SessionManagerModifier and TypeMethodDescriptionInfinispanSessionManagerFactory.createSessionManager(SessionManagerConfiguration<C> configuration) Methods in org.wildfly.clustering.session.infinispan.embedded that return types with arguments of type SessionManagerMethod parameters in org.wildfly.clustering.session.infinispan.embedded with type arguments of type SessionManagerModifier and TypeMethodDescriptionSessionAttributeActivationNotifierFactory.register(Map.Entry<C, SessionManager<SC>> entry) -
Uses of SessionManager in org.wildfly.clustering.session.infinispan.remote
Classes in org.wildfly.clustering.session.infinispan.remote that implement SessionManagerModifier and TypeClassDescriptionclassHotRodSessionManager<C,MV, AV, SC> Generic HotRod-based session manager implementation - independent of cache mapping strategy.Methods in org.wildfly.clustering.session.infinispan.remote that return SessionManagerModifier and TypeMethodDescriptionHotRodSessionManagerFactory.createSessionManager(SessionManagerConfiguration<C> configuration)