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, org.wildfly.clustering.cache.BiCacheEntryCreator<String, MV, AV, Map.Entry<Instant, Optional<Duration>>>, org.wildfly.clustering.cache.BiCacheEntryLocator<String,MV,AV>, org.wildfly.clustering.cache.CacheEntryCreator<String, Map.Entry<MV,AV>, Map.Entry<Instant, Optional<Duration>>>, org.wildfly.clustering.cache.CacheEntryLocator<String, Map.Entry<MV,AV>>, org.wildfly.clustering.cache.CacheEntryRemover<String>, ImmutableSessionFactory<MV,AV>, ImmutableSessionFactoryConfiguration<MV,AV>, SessionFactory<CC,MV,AV,SC>, SessionFactoryConfiguration<CC,MV,AV,SC>

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