Package | Description |
---|---|
org.wildfly.clustering.web.infinispan.session | |
org.wildfly.clustering.web.session |
Modifier and Type | Class and Description |
---|---|
class |
SimpleImmutableSessionMetaData
An immutable "snapshot" of a session's meta-data which can be accessed outside the scope of a transaction.
|
class |
SimpleSessionMetaData
Basic session meta data implementation.
|
Modifier and Type | Method and Description |
---|---|
ImmutableSessionMetaData |
SimpleImmutableSession.getMetaData() |
ImmutableSessionMetaData |
InfinispanImmutableSession.getMetaData() |
Constructor and Description |
---|
InfinispanImmutableSession(String id,
ImmutableSessionMetaData metaData,
ImmutableSessionAttributes attributes,
SessionContext context) |
SimpleImmutableSessionMetaData(ImmutableSessionMetaData metaData) |
Modifier and Type | Interface and Description |
---|---|
interface |
SessionMetaData
Abstraction for meta information about a web session.
|
Modifier and Type | Method and Description |
---|---|
ImmutableSessionMetaData |
ImmutableSession.getMetaData()
Returns this session's meta data.
|
Copyright © 2014 JBoss by Red Hat. All rights reserved.