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

java.lang.Object
org.wildfly.clustering.web.cache.session.CompositeImmutableSessionFactory<MV,AV>
org.wildfly.clustering.web.cache.session.CompositeSessionFactory<C,MV,AV,L>
Type Parameters:
C - the ServletContext specification type
V - the session attribute value type
L - the local context type
All Implemented Interfaces:
AutoCloseable, Creator<String,Map.Entry<MV,AV>,Duration>, Locator<String,Map.Entry<MV,AV>>, Remover<String>, ImmutableSessionFactory<MV,AV>, SessionFactory<C,MV,AV,L>

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