Package | Description |
---|---|
org.wildfly.clustering.web.infinispan.session | |
org.wildfly.clustering.web.session |
Modifier and Type | Interface and Description |
---|---|
interface |
InvalidatableSessionMetaData |
Modifier and Type | Class and Description |
---|---|
class |
AbstractImmutableSessionMetaData
Implements just the function methods of
ImmutableSessionMetaData . |
class |
SimpleImmutableSessionMetaData
An immutable "snapshot" of a session's meta-data which can be accessed outside the scope of a transaction.
|
class |
SimpleSessionMetaData
Composite view of the meta data of a session, combining volatile and static aspects.
|
Modifier and Type | Method and Description |
---|---|
ImmutableSessionMetaData |
InfinispanSessionMetaDataFactory.createImmutableSessionMetaData(String id,
InfinispanSessionMetaData<L> entry) |
ImmutableSessionMetaData |
SessionMetaDataFactory.createImmutableSessionMetaData(String id,
V value) |
ImmutableSessionMetaData |
InfinispanImmutableSession.getMetaData() |
ImmutableSessionMetaData |
SimpleImmutableSession.getMetaData() |
Modifier and Type | Method and Description |
---|---|
void |
SessionEvictionScheduler.schedule(String sessionId,
ImmutableSessionMetaData metaData) |
void |
Scheduler.schedule(String sessionId,
ImmutableSessionMetaData metaData)
Schedules a task for the specified session.
|
void |
SessionExpirationScheduler.schedule(String sessionId,
ImmutableSessionMetaData metaData) |
Constructor and Description |
---|
InfinispanImmutableSession(String id,
ImmutableSessionMetaData metaData,
ImmutableSessionAttributes attributes) |
ScheduleSchedulerCommand(String sessionId,
ImmutableSessionMetaData metaData) |
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 © 2017 JBoss by Red Hat. All rights reserved.