Class InfinispanSessionManager<SC,MV,AV,LC>

java.lang.Object
org.wildfly.clustering.web.infinispan.session.InfinispanSessionManager<SC,MV,AV,LC>
Type Parameters:
SC - the ServletContext specification type
MV - the meta-data value type
AV - the attributes value type
LC - the local context type
All Implemented Interfaces:
Restartable, ActiveSessionStatistics, SessionManager<LC,TransactionBatch>

public class InfinispanSessionManager<SC,MV,AV,LC> extends Object implements SessionManager<LC,TransactionBatch>
Generic session manager implementation - independent of cache mapping strategy.
Author:
Paul Ferraro