| 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> |
CompositeSessionFactory.findValue(String id) |
SessionMetaDataFactory<CompositeSessionMetaDataEntry<L>,L> |
CompositeSessionFactory.getMetaDataFactory() |
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) |
| Constructor and Description |
|---|
CompositeSessionFactory(SessionMetaDataFactory<CompositeSessionMetaDataEntry<L>,L> metaDataFactory,
SessionAttributesFactory<V> attributesFactory,
LocalContextFactory<L> localContextFactory) |
Copyright © 2019 JBoss by Red Hat. All rights reserved.