| Interface | Description |
|---|---|
| ImmutableSessionAccessMetaData |
Immutable view of the volatile aspects of a session's meta-data.
|
| ImmutableSessionCreationMetaData |
Immutable view of the more static aspects of a session's meta-data.
|
| InfinispanSessionManagementConfiguration |
Configuration of an
InfinispanSessionManagementProvider. |
| InfinispanSessionManagerConfiguration |
Configuration for an
InfinispanSessionManager. |
| InfinispanSessionManagerFactoryConfiguration<C extends Marshallability,L> | |
| InvalidatableSessionMetaData | |
| Scheduler |
A scheduler for some task.
|
| SessionAccessMetaData |
The volatile aspects of a session's meta-data.
|
| SessionAttributes | |
| SessionAttributesFactory<V> | |
| SessionCreationMetaData |
The more static aspects of a session's meta-data.
|
| SessionFactory<MV,AV,L> |
Factory for creating sessions.
|
| SessionMetaDataFactory<V,L> |
| Class | Description |
|---|---|
| AbstractImmutableSessionMetaData |
Implements just the function methods of
ImmutableSessionMetaData. |
| CancelSchedulerCommand |
Command that cancels the scheduling of a session.
|
| ExpiredSessionRemover<MV,AV,L> |
Session remover that removes a session if and only if it is expired.
|
| InfinispanImmutableSession |
Generic immutable session implementation - independent of cache mapping strategy.
|
| InfinispanLegacySessionManagementProviderFactory | Deprecated |
| InfinispanSession<L> |
Generic session implementation - independent of cache mapping strategy.
|
| InfinispanSessionFactory<V,L> | |
| InfinispanSessionManagementProvider |
An Infinispan cache-based
DistributableSessionManagementProvider. |
| InfinispanSessionManager<MV,AV,L> |
Generic session manager implementation - independent of cache mapping strategy.
|
| InfinispanSessionManagerFactory<C extends Marshallability,L> |
Factory for creating session managers.
|
| InfinispanSessionManagerFactoryServiceConfigurator<C extends Marshallability,L> | |
| InfinispanSessionMetaData<L> |
Wrapper for the components of a sessions's meta-data,
|
| InfinispanSessionMetaDataFactory<L> | |
| MutableSessionAccessMetaData | |
| MutableSessionCreationMetaData | |
| ScheduleSchedulerCommand |
Command that schedules a session.
|
| SessionAccessMetaDataExternalizer |
Optimize marshalling of last accessed timestamp.
|
| SessionAccessMetaDataKey |
Cache key for the session access meta data entry.
|
| SessionAccessMetaDataKeyResolver.SessionAccessMetaDataKeyExternalizer | |
| SessionAccessMetaDataKeyResolver.SessionAccessMetaDataKeyFormat | |
| SessionCreationMetaDataEntry<L> |
Cache entry containing the session creation meta data and local context.
|
| SessionCreationMetaDataEntryExternalizer |
Externalizer for
SessionCreationMetaDataEntry |
| SessionCreationMetaDataKey |
Cache key for the session creation meta data entry.
|
| SessionCreationMetaDataKeyFilter |
Filters a cache for session creation meta data entries.
|
| SessionCreationMetaDataKeyFilterExternalizer | |
| SessionCreationMetaDataKeyResolver.SessionCreationMetaDataKeyExternalizer | |
| SessionCreationMetaDataKeyResolver.SessionCreationMetaDataKeyFormat | |
| SessionExpirationScheduler |
Session expiration scheduler that eagerly expires sessions as soon as they are eligible.
|
| SimpleImmutableSession |
An immutable "snapshot" of a session which can be accessed outside the scope of a transaction.
|
| SimpleImmutableSessionAttributes |
An immutable "snapshot" of a session's attributes which can be accessed outside the scope of a transaction.
|
| SimpleImmutableSessionMetaData |
An immutable "snapshot" of a session's meta-data which can be accessed outside the scope of a transaction.
|
| SimpleSessionAccessMetaData | |
| SimpleSessionCreationMetaData | |
| SimpleSessionMetaData |
Composite view of the meta data of a session, combining volatile and static aspects.
|
| Enum | Description |
|---|---|
| SessionAccessMetaDataKeyResolver |
Resolver for a
SessionAccessMetaDataKey |
| SessionCreationMetaDataKeyResolver |
Resolver for a
SessionCreationMetaDataKey. |
Copyright © 2019 JBoss by Red Hat. All rights reserved.