| Interface | Description |
|---|---|
| ManagerShutdown |
Simple interface defining
shutdown method
to be called to shutdown whole application. |
| ReaderPreferenceReadWriteLock.Sync |
Main interface for locks, gates, and conditions.
|
| Class | Description |
|---|---|
| ComponentInfoTopologicalSort |
An implementation of topological sort operating on
ComponentInfo handle data store. |
| ComponentInfoTopologicalSortManager |
Manages TS.
|
| CURLHelper |
CURL helper class providing various utilities.
|
| HandleDataStore |
Data structure for maintaining a collection of elements that can be referred to using handles.
|
| IntHashMap |
A hash map that uses primitive ints for the key and values instead of objects.
|
| ManagerImpl |
This class is an implementation of MACI com.cosylab.acs.maci.Manager.
|
| PingTimerTask |
Implementation of ping task executed by
java.util.Timer. |
| ProfilingReentrantLock |
A Lock that internally delegates to a
ReentrantLock and profiles the time
it takes a thread to acquire the lock, and the time for which the lock is held. |
| ReaderPreferenceReadWriteLock |
A ReadWriteLock that prefers waiting writers over waiting readers when there
is contention.
|
| TimerTaskClientInfo |
ClientInfo class containing TimerTask |
| TimerTaskContainerInfo |
ContainerInfo class containing TimerTask |
| Enum | Description |
|---|---|
| ManagerImpl.WhyUnloadedReason |