| 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.
|
| InfinispanRouteLocatorConfiguration |
Configuration for a
RouteLocator. |
| 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.
|
| InfinispanRouteLocator |
Uses Infinispan's
DistributionManager to determine the best node (i.e. |
| InfinispanRouteLocatorServiceConfigurator |
Service providing an Infinispan-based
RouteLocator. |
| InfinispanRouteLocatorServiceConfiguratorProvider |
Provides a builder for a
RouteLocator service. |
| InfinispanSession<L> |
Generic session implementation - independent of cache mapping strategy.
|
| InfinispanSessionFactory<V,L> | |
| 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> | |
| InfinispanSessionManagerFactoryServiceConfiguratorProvider |
Service building strategy the Infinispan session manager factory.
|
| InfinispanSessionMetaData<L> |
Wrapper for the components of a sessions's meta-data,
|
| InfinispanSessionMetaDataFactory<L> | |
| MutableSessionAccessMetaData | |
| MutableSessionCreationMetaData | |
| RouteRegistryEntryProviderBuilder |
Service that provides the
Map.Entry for the routing Registry. |
| 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 © 2018 JBoss by Red Hat. All rights reserved.