| Class | Description |
|---|---|
| JvmIdUtils |
Small, targeted, non-comprehensive collection of utilities for use in identifying the current JVM.
|
| ThreadedData<T> |
Substitute for ThreadLocal that allows read-only access to data from other
threads (whereas ThreadLocal allows no access to the data from other threads
whatsoever).
|
| UniqueIdentifier |
An abstract identifier class for re-use in very quickly generating
and passing (between processes) fairly unique ids.
|