| Package | Description |
|---|---|
| org.wildfly.clustering.web.cache.session |
| Modifier and Type | Method and Description |
|---|---|
Map.Entry<CompositeSessionMetaDataEntry<L>,V> |
CompositeSessionFactory.createValue(String id,
Void context) |
Map.Entry<CompositeSessionMetaDataEntry<L>,V> |
CompositeImmutableSessionFactory.findValue(String id) |
Map.Entry<CompositeSessionMetaDataEntry<L>,V> |
CompositeSessionFactory.findValue(String id) |
ImmutableSessionMetaDataFactory<CompositeSessionMetaDataEntry<L>> |
CompositeImmutableSessionFactory.getMetaDataFactory() |
SessionMetaDataFactory<CompositeSessionMetaDataEntry<L>> |
CompositeSessionFactory.getMetaDataFactory() |
Map.Entry<CompositeSessionMetaDataEntry<L>,V> |
CompositeImmutableSessionFactory.tryValue(String id) |
Map.Entry<CompositeSessionMetaDataEntry<L>,V> |
CompositeSessionFactory.tryValue(String id) |
| Modifier and Type | Method and Description |
|---|---|
Session<L> |
CompositeSessionFactory.createSession(String id,
Map.Entry<CompositeSessionMetaDataEntry<L>,V> entry,
C context) |
| Constructor and Description |
|---|
CompositeImmutableSessionFactory(ImmutableSessionMetaDataFactory<CompositeSessionMetaDataEntry<L>> metaDataFactory,
ImmutableSessionAttributesFactory<V> attributesFactory) |
CompositeSessionFactory(SessionMetaDataFactory<CompositeSessionMetaDataEntry<L>> metaDataFactory,
SessionAttributesFactory<C,V> attributesFactory,
LocalContextFactory<L> localContextFactory) |
Copyright © 2020 JBoss by Red Hat. All rights reserved.