Class HotRodSessionFactory<MC,AV,SC>

java.lang.Object
Type Parameters:
MC - the marshalling context type
AV - the session attribute entry type
SC - the local context type
All Implemented Interfaces:
AutoCloseable, BiCacheEntryCreator<String,SessionMetaDataEntry<SC>,AV,Duration>, BiCacheEntryLocator<String,SessionMetaDataEntry<SC>,AV>, CacheEntryCreator<String,Map.Entry<SessionMetaDataEntry<SC>,AV>,Duration>, CacheEntryLocator<String,Map.Entry<SessionMetaDataEntry<SC>,AV>>, CacheEntryRemover<String>, Registrar<Consumer<ImmutableSession>>, ImmutableSessionFactory<SessionMetaDataEntry<SC>,AV>, SessionFactory<MC,SessionMetaDataEntry<SC>,AV,SC>

public class HotRodSessionFactory<MC,AV,SC> extends CompositeSessionFactory<MC,SessionMetaDataEntry<SC>,AV,SC> implements Registrar<Consumer<ImmutableSession>>
Factory for creating a Session backed by a set of RemoteCache entries.
Author:
Paul Ferraro