|
||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |
See:
Description
Interface Summary | |
---|---|
ExpiringObject | A simple interface for objects that may expire at a given time. |
StorageService<KeyType,ValueType> | Generic data storage facility for use by services that require some degree of persistence. |
Class Summary | |
---|---|
AbstractExpiringObject | Base implementation for ExpiringObject . |
ExpiringObjectStorageServiceSweeper | A simple task that periodically sweeps over a StorageService and removes expired entries. |
MapBasedStorageService<KeyType,ValueType> | A simple Map based StorageService implementation. |
ReplayCache | Class that uses an underlying StorageService to track information associated with messages in order to detect
message replays. |
ReplayCacheEntry | Replay cache storage service entry. |
Interfaces and classes for storing state data of the type used in replay caches, conversation identifiers, etc. Through these interfaces such data may be stored in memory, to a database, or replicated across cluster nodes.
|
||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |