| Modifier and Type | Class and Description |
|---|---|
class |
SimpleSessionMetaData
Basic session meta data implementation.
|
| Modifier and Type | Method and Description |
|---|---|
SessionMetaData |
InfinispanSession.getMetaData() |
| Constructor and Description |
|---|
InfinispanSession(String id,
SessionMetaData metaData,
SessionAttributes attributes,
AtomicReference<L> localContext,
LocalContextFactory<L> localContextFactory,
SessionContext context,
Mutator mutator,
Remover<String> remover) |
| Modifier and Type | Method and Description |
|---|---|
SessionMetaData |
CoarseSessionCacheEntry.getMetaData() |
| Constructor and Description |
|---|
CoarseSessionCacheEntry(SessionMetaData metaData) |
| Modifier and Type | Method and Description |
|---|---|
SessionMetaData |
FineSessionCacheEntry.getMetaData() |
| Constructor and Description |
|---|
FineSessionCacheEntry(SessionMetaData metaData) |
| Modifier and Type | Method and Description |
|---|---|
SessionMetaData |
Session.getMetaData()
Returns this session's meta data.
|
Copyright © 2014 JBoss by Red Hat. All rights reserved.