Class Summary |
FastThreadLocal |
This is an efficient implementation of ThreadLocal
which uses a background thread to remove stale thread entries,
doing away with the inefficiencies of WeakHashMap. |
FifoQueue |
This is a very simple implementation of a FIFO queue. |
Messages |
|
OrderedQueue |
The OrderedQueue is responsible for managing the expiration of the leases. |
RmiRegistryService |
RmiRegistryService is a service that starts an embedded RMI registry. |
URI |
A class to represent a Uniform Resource Identifier (URI). |