| Interface | Description |
|---|---|
| Chain<T> |
Thread-safe stack chain with effectively removable handled atoms
from the middle of a chain.
|
| Chain.Atom<T> |
Atom of a chain
|
| Task<T> | |
| TaskHandle<T> | |
| TaskManager | |
| TimerHandle | |
| TimerManager |
This interface decouples UCP and
JAVA API/CommonJ timer implementations.
|
| TimerTask |
A task for a timer manager.
|
| Class | Description |
|---|---|
| ListChain<T> |
Thread-safe stack chain with effectively removable handled atoms
from the middle of a chain.
|
| MapChain<T> |
Chain implementation with concurrent hash map
|
| MappedGetter<KEY,VALUE> |
This class is a simple map that does nothing but gets
a value for a given key.
|
| MappedLongAdder<KEY> |
This is mapped getter that returns a long adder
|
| OpaqueString | |
| Pair<T1,T2> |
The typical class for objects pairing
|
| ProlongedTask<T> | |
| RingBuffer<T> |
Ring buffer class that handles an
array of elements of
|
| UCPErrorHandler | |
| UCPManifestReader | |
| UCPTaskBase<T> | |
| UCPTaskManagerImpl | |
| UCPTimerManagerImpl | |
| UCPTimerTaskImpl | |
| UniqueIdentifier | |
| Util |
| Exception | Description |
|---|---|
| TaskManagerException |
Copyright © 2008, 2017, Oracle. All rights reserved.