| Interface | Description |
|---|---|
| BatchingManager |
Abstraction of the batching calls used to control the distributed cache.
|
| DistributedCacheManager<T extends OutgoingDistributableSessionData> |
SPI implemented by the distributed caching layer.
|
| DistributedCacheManagerFactory |
Factory for obtaining a DistributedCacheManager.
|
| IncomingDistributableSessionData |
Encapsulates the four types of data about a session that can be retrieved from a distributed cache.
|
| LocalDistributableSessionManager |
Callback interface to allow the distributed caching layer to invoke upon the local session manager.
|
| OutgoingAttributeGranularitySessionData |
Expands on
OutgoingDistributableSessionData to expose information about changes in the session's attribute map. |
| OutgoingDistributableSessionData |
Encapsulates the types of data about a session that can be stored to a distributed cache, except for the attributes.
|
| OutgoingSessionGranularitySessionData |
Expands on
OutgoingDistributableSessionData to expose the session's attribute map. |
| SessionAttributeMarshaller | |
| SessionAttributeMarshallerFactory |
Factory for creating session attribute marshallers.
|
| SessionOwnershipSupport |
| Class | Description |
|---|---|
| DistributableSessionMetadata |
Encapsulates the replicated metadata for a session.
|
| DistributedCacheManagerFactoryService |
| Enum | Description |
|---|---|
| SessionOwnershipSupport.LockResult |
Result of a
lock call |
| Exception | Description |
|---|---|
| ClusteringNotSupportedException |
This exception is thrown when the clustered HTTPSession-service is not found
|
Copyright © 2013 JBoss, a division of Red Hat, Inc.. All Rights Reserved.