| Package | Description |
|---|---|
| org.wildfly.clustering.web.cache.session | |
| org.wildfly.clustering.web.hotrod.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 |
|---|---|
org.wildfly.clustering.web.session.Session<L> |
CompositeSessionFactory.createSession(String id,
Map.Entry<CompositeSessionMetaDataEntry<L>,V> entry) |
| Constructor and Description |
|---|
CompositeSessionFactory(SessionMetaDataFactory<CompositeSessionMetaDataEntry<L>,L> metaDataFactory,
SessionAttributesFactory<V> attributesFactory,
org.wildfly.clustering.web.LocalContextFactory<L> localContextFactory) |
| Modifier and Type | Method and Description |
|---|---|
CompositeSessionMetaDataEntry<L> |
HotRodSessionMetaDataFactory.createValue(String id,
Void context) |
CompositeSessionMetaDataEntry<L> |
HotRodSessionMetaDataFactory.findValue(String id) |
| Modifier and Type | Method and Description |
|---|---|
org.wildfly.clustering.web.session.ImmutableSessionMetaData |
HotRodSessionMetaDataFactory.createImmutableSessionMetaData(String id,
CompositeSessionMetaDataEntry<L> entry) |
InvalidatableSessionMetaData |
HotRodSessionMetaDataFactory.createSessionMetaData(String id,
CompositeSessionMetaDataEntry<L> entry) |
Copyright © 2019 JBoss by Red Hat. All rights reserved.