See: Description
Interface | Description |
---|---|
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 | Description |
---|---|
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.
|
Copyright © 2018 JBoss by Red Hat. All rights reserved.