See: Description
Interface | Description |
---|---|
StopableObject |
Objects of classes which implements this interface can be stopped by using
StopableObject.shutDown() . |
Class | Description |
---|---|
ProjectInfo |
Main project informations for the reachability agent and the user interface.
|
ReachabilityAgent |
This is the main class for starting up the reachability agent.
|
ReachabilityWorker |
The ReachabilityWorker is a thread which mainly serves as control service.
|
StartTest |
A test class which starts a reachability agent.
|
ReachabilityAgent
and
it's worker thread (ReachabilityWorker
), the
StopableObject
interface which grants an controlled and complete shut down of the
whole system and the main project description.