| Package | Description |
|---|---|
| org.wildfly.clustering.web.hotrod.session |
| Modifier and Type | Method and Description |
|---|---|
HotRodSessionMetaData<L> |
HotRodSessionMetaDataFactory.createValue(String id,
Void context) |
HotRodSessionMetaData<L> |
HotRodSessionMetaDataFactory.findValue(String id) |
| Modifier and Type | Method and Description |
|---|---|
SessionEntry<UUID,HotRodSessionMetaData<L>,V> |
HotRodSessionFactory.createValue(String id,
Void context) |
SessionEntry<UUID,HotRodSessionMetaData<L>,V> |
HotRodSessionFactory.findValue(String id) |
SessionMetaDataFactory<UUID,HotRodSessionMetaData<L>,L> |
HotRodSessionFactory.getMetaDataFactory() |
| Modifier and Type | Method and Description |
|---|---|
org.wildfly.clustering.web.session.ImmutableSessionMetaData |
HotRodSessionMetaDataFactory.createImmutableSessionMetaData(String id,
HotRodSessionMetaData<L> entry) |
InvalidatableSessionMetaData |
HotRodSessionMetaDataFactory.createSessionMetaData(String id,
HotRodSessionMetaData<L> entry) |
| Modifier and Type | Method and Description |
|---|---|
org.wildfly.clustering.web.session.Session<L> |
HotRodSessionFactory.createSession(String id,
SessionEntry<UUID,HotRodSessionMetaData<L>,V> entry) |
| Constructor and Description |
|---|
SessionCreationMetaDataEntry(HotRodSessionMetaData<L> entry) |
| Constructor and Description |
|---|
HotRodSessionFactory(SessionMetaDataFactory<UUID,HotRodSessionMetaData<L>,L> metaDataFactory,
SessionAttributesFactory<UUID,V> attributesFactory,
org.wildfly.clustering.web.LocalContextFactory<L> localContextFactory) |
Copyright © 2018 JBoss by Red Hat. All rights reserved.