SC - the ServletContext specification typeMV - the meta-data value typeAV - the attributes value typeLC - the local context typepublic interface SessionFactory<SC,MV,AV,LC> extends ImmutableSessionFactory<MV,AV>, org.wildfly.clustering.ee.Creator<String,Map.Entry<MV,AV>,Void>, org.wildfly.clustering.ee.Remover<String>, AutoCloseable
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
Session<LC> |
createSession(String id,
Map.Entry<MV,AV> entry,
SC context) |
SessionAttributesFactory<SC,AV> |
getAttributesFactory() |
SessionMetaDataFactory<MV> |
getMetaDataFactory() |
createImmutableSession, createImmutableSessionSessionMetaDataFactory<MV> getMetaDataFactory()
getMetaDataFactory in interface ImmutableSessionFactory<MV,AV>SessionAttributesFactory<SC,AV> getAttributesFactory()
getAttributesFactory in interface ImmutableSessionFactory<MV,AV>void close()
close in interface AutoCloseableCopyright © 2021 JBoss by Red Hat. All rights reserved.