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

java.lang.Object
org.wildfly.clustering.session.cache.CompositeImmutableSessionFactory<MV,AV>
org.wildfly.clustering.session.cache.CompositeSessionFactory<DC,MV,AV,SC>
Type Parameters:
DC - 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.BiCreator<String,MV,AV,Duration>, org.wildfly.clustering.cache.BiLocator<String,MV,AV>, org.wildfly.clustering.cache.Creator<String,Map.Entry<MV,AV>,Duration>, org.wildfly.clustering.cache.Locator<String,Map.Entry<MV,AV>>, org.wildfly.clustering.cache.Remover<String>, org.wildfly.clustering.server.Registration, ImmutableSessionFactory<MV,AV>, SessionFactory<DC,MV,AV,SC>

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