Class CompositeSessionFactory<CC, MV extends Contextual<SC>, AV, SC>

java.lang.Object
org.wildfly.clustering.session.cache.CompositeImmutableSessionFactory<MV,AV>
org.wildfly.clustering.session.cache.CompositeSessionFactory<CC,MV,AV,SC>
Type Parameters:
CC - the deployment context type
MV - the session metadata type
AV - the session attributes type
SC - the session context type
All Implemented Interfaces:
AutoCloseable, BiCacheEntryCreator<String, MV, AV, Map.Entry<Instant, Optional<Duration>>>, BiCacheEntryLocator<String,MV,AV>, CacheEntryCreator<String, Map.Entry<MV,AV>, Map.Entry<Instant, Optional<Duration>>>, CacheEntryLocator<String, Map.Entry<MV,AV>>, CacheEntryRemover<String>, ImmutableSessionFactory<MV,AV>, ImmutableSessionFactoryConfiguration<MV,AV>, SessionFactory<CC,MV,AV,SC>, SessionFactoryConfiguration<CC,MV,AV,SC>
Direct Known Subclasses:
HotRodSessionFactory

public class CompositeSessionFactory<CC, MV extends Contextual<SC>, AV, SC> extends CompositeImmutableSessionFactory<MV,AV> implements SessionFactory<CC,MV,AV,SC>
A session factory composed of metadata, attribute, and context factories.
Author:
Paul Ferraro