Class AbstractSessionManager<C,MV,AV,SC>

java.lang.Object
org.wildfly.clustering.session.cache.AbstractSessionManager<C,MV,AV,SC>
Type Parameters:
C - the session manager context type
MV - the session metadata value type
AV - the session attribute value type
SC - the session context type
All Implemented Interfaces:
Manager<String>, ManagerConfiguration<String>, Service, SessionManager<SC>, SessionStatistics
Direct Known Subclasses:
HotRodSessionManager, InfinispanSessionManager

public abstract class AbstractSessionManager<C,MV,AV,SC> extends Object implements SessionManager<SC>, SessionStatistics
An abstract SessionManager implementation that delegates most implementation details to a SessionFactory.
Author:
Paul Ferraro