Class HotRodSessionManager<SC,MV,AV,LC>

java.lang.Object
org.wildfly.clustering.web.hotrod.session.HotRodSessionManager<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 HotRodSessionManager<SC,MV,AV,LC> extends Object implements SessionManager<LC,TransactionBatch>
Generic HotRod-based session manager implementation - independent of cache mapping strategy.
Author:
Paul Ferraro