public interface SessionFactory<MV,AV,L> extends Creator<String,Map.Entry<MV,AV>,Void>, Locator<String,Map.Entry<MV,AV>>, Remover<String>, Evictor<String>
Modifier and Type | Method and Description |
---|---|
ImmutableSession |
createImmutableSession(String id,
Map.Entry<MV,AV> value) |
Session<L> |
createSession(String id,
Map.Entry<MV,AV> value) |
SessionAttributesFactory<AV> |
getAttributesFactory() |
SessionMetaDataFactory<MV,L> |
getMetaDataFactory() |
createValue
SessionMetaDataFactory<MV,L> getMetaDataFactory()
SessionAttributesFactory<AV> getAttributesFactory()
ImmutableSession createImmutableSession(String id, Map.Entry<MV,AV> value)
Copyright © 2018 JBoss by Red Hat. All rights reserved.