| Interface | Description |
|---|---|
| SessionAttributeStorage<T extends OutgoingDistributableSessionData> |
Strategy for loading/storing session attributes
|
| SessionAttributeStorageFactory |
Factory for creating strategies for storing session attributes.
|
| SessionKey | |
| SessionKeyFactory<K extends SessionKey> |
| Class | Description |
|---|---|
| CoarseSessionAttributeStorage |
Handles session attribute load/store operations for
ReplicationGranularity.SESSION distributed session managers. |
| DistributedCacheManager<T extends OutgoingDistributableSessionData> |
Distributed cache manager implementation using Infinispan.
|
| DistributedCacheManagerFactory |
Factory for creating an Infinispan-backed distributed cache manager.
|
| FineSessionAttributeStorage |
Handles session attribute load/store operations for
ReplicationGranularity.ATTRIBUTE distributed session managers. |
| SessionAttributeStorageFactoryImpl |
Default factory for creating strategies for storing session attributes.
|
| Enum | Description |
|---|---|
| SessionMapEntry |
Enumerates the properties of a session to be stored in a cache entry.
|
Copyright © 2013 JBoss, a division of Red Hat, Inc.. All Rights Reserved.