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

java.lang.Object
org.wildfly.clustering.session.cache.CompositeImmutableSessionFactory<MV,AV>
org.wildfly.clustering.session.cache.CompositeSessionFactory<C,MV,AV,SC>
Type Parameters:
C - the session manager 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,Duration>, org.wildfly.clustering.cache.BiCacheEntryLocator<String,MV,AV>, org.wildfly.clustering.cache.CacheEntryCreator<String,Map.Entry<MV,AV>,Duration>, org.wildfly.clustering.cache.CacheEntryLocator<String,Map.Entry<MV,AV>>, org.wildfly.clustering.cache.CacheEntryRemover<String>, ImmutableSessionFactory<MV,AV>, SessionFactory<C,MV,AV,SC>

public class CompositeSessionFactory<C,MV extends Contextual<SC>,AV,SC> extends CompositeImmutableSessionFactory<MV,AV> implements SessionFactory<C,MV,AV,SC>
Author:
Paul Ferraro