Class InfinispanSessionManager<C,MV,AV,SC>

java.lang.Object
org.wildfly.clustering.session.cache.AbstractSessionManager<C,MV,AV,SC>
org.wildfly.clustering.session.infinispan.embedded.InfinispanSessionManager<C,MV,AV,SC>
Type Parameters:
C - the session manager 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<C,MV,AV,SC> extends AbstractSessionManager<C,MV,AV,SC>
Generic session manager implementation - independent of cache mapping strategy.
Author:
Paul Ferraro