Package | Description |
---|---|
de.hawhamburg.reachability |
The reachability agents root package which contains common configuration, services and tools, the worker threads and
its main start classes.
|
de.hawhamburg.reachability.registry |
Main package for all registry service related classes, enumerations and interfaces
. |
Modifier and Type | Field and Description |
---|---|
private ReachabilityWorker |
ReachabilityAgent.worker
The
ReachabilityWorker , a thread determining the current state of reachability of an inhabitant. |
Modifier and Type | Field and Description |
---|---|
private ReachabilityWorker |
Registry.systemAgent
The worker which called this property service.
|
Constructor and Description |
---|
Registry(ReachabilityWorker worker)
Initializes a new
Registry object with an ReachabilityWorker . |