public interface ImmutableSessionFactory<MV,AV> extends org.wildfly.clustering.ee.Locator<String,Map.Entry<MV,AV>>
ImmutableSession.| Modifier and Type | Method and Description |
|---|---|
ImmutableSession |
createImmutableSession(String id,
ImmutableSessionMetaData metaData,
ImmutableSessionAttributes attributes) |
default ImmutableSession |
createImmutableSession(String id,
Map.Entry<MV,AV> entry) |
ImmutableSessionAttributesFactory<AV> |
getAttributesFactory() |
ImmutableSessionMetaDataFactory<MV> |
getMetaDataFactory() |
ImmutableSessionMetaDataFactory<MV> getMetaDataFactory()
ImmutableSessionAttributesFactory<AV> getAttributesFactory()
default ImmutableSession createImmutableSession(String id, Map.Entry<MV,AV> entry)
ImmutableSession createImmutableSession(String id, ImmutableSessionMetaData metaData, ImmutableSessionAttributes attributes)
Copyright © 2020 JBoss by Red Hat. All rights reserved.