Class InfinispanSessionManager<DC,MV,AV,SC>

java.lang.Object
org.wildfly.clustering.session.cache.AbstractSessionManager<DC,MV,AV,SC>
org.wildfly.clustering.session.infinispan.embedded.InfinispanSessionManager<DC,MV,AV,SC>
Type Parameters:
DC - the deployment context type
MV - the meta-data value type
AV - the attributes value type
SC - the session context type
All Implemented Interfaces:
Manager<String>, ManagerConfiguration<String>, Service, SessionManager<SC>, SessionStatistics

public class InfinispanSessionManager<DC,MV,AV,SC> extends AbstractSessionManager<DC,MV,AV,SC>
A session manager implementation backed by an embedded Infinispan cache.
Author:
Paul Ferraro
  • Constructor Details

    • InfinispanSessionManager

      public InfinispanSessionManager(org.wildfly.clustering.session.infinispan.embedded.InfinispanSessionManager.Configuration<DC,MV,AV,SC> configuration)
      Creates a session manager using the specified configuration.
      Parameters:
      configuration - the configuration of this session manager
  • Method Details