Class Summary |
DaemonAttributes |
synchronized helper class for implementing an attribute mapping for daemons based on the HashMap class
providing for a chronological enumeration returning attributes in their original setting order
so that a command line input sequence is retained for subsequent attribute access
with runtime behaviour and null value support inherited from the HashMap implementation |
DaemonAttributes.DaemonAttribute |
static inner helper class for binding attribute values and additional references |
DaemonEventHandler |
helper class for dispatching daemon events to bound listeners |
GenericDaemon |
abstract generic daemon base class to be subclassed by daemons
All singleton accesses are synchronized via this daemon instance if applicable. |