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.classA session manager that delegates to another session manager.Constructors in org.wildfly.clustering.session.cache with parameters of type SessionManagerModifierConstructorDescriptionCachedSessionManager(SessionManager<C> manager, CacheFactory cacheFactory) DecoratedSessionManager(SessionManager<C> manager) DetachedSession(SessionManager<C> manager, String id, C context) Constructor parameters in org.wildfly.clustering.session.cache with type arguments of type SessionManagerModifierConstructorDescriptionprotectedAbstractSessionManager(Supplier<SessionManager<SC>> manager, SessionManagerConfiguration<C> configuration, CacheConfiguration cacheConfiguration, SessionFactory<C, MV, AV, SC> factory, Consumer<ImmutableSession> sessionCloseTask) -
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) Constructor parameters in org.wildfly.clustering.session.infinispan.embedded with type arguments of type SessionManagerModifierConstructorDescriptionInfinispanSessionManager(Supplier<SessionManager<SC>> manager, SessionManagerConfiguration<C> configuration, InfinispanSessionManagerConfiguration<SC> infinispanConfiguration, SessionFactory<C, MV, AV, SC> factory) -
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) Constructor parameters in org.wildfly.clustering.session.infinispan.remote with type arguments of type SessionManagerModifierConstructorDescriptionHotRodSessionManager(Supplier<SessionManager<SC>> manager, SessionManagerConfiguration<C> configuration, SessionFactory<C, MV, AV, SC> factory, HotRodSessionManagerConfiguration hotrod)