Interface | Description |
---|---|
CorrelationManager<T> |
Correlation manager stores objects with a correlation key.
|
ObjectStore<T> |
Interface defines add and remove object methods for storing data.
|
Class | Description |
---|---|
DefaultCorrelationManager<T> |
Default correlation manager implementation works on simple in memory map for storing objects.
|
DefaultObjectStore<T> |
Default object store implementation works on simple in memory hash map.
|
PollingCorrelationManager<T> |
Extension of default correlation manager adds polling mechanism for find operation on object store.
|
Copyright © 2008–2017 ConSol Software GmbH. All rights reserved.