Class Summary |
Alert |
An object to hold the state of an Alert. |
AlerterManager |
A manager for the Alerters. |
AlerterSkeleton |
Skeleton class for Alerters
This skeleton reads alerts from the alert queue designated
to the Alerter, it then feeds the alerts to the sendAlert
method, which the extending class should implement. |
ClientMain |
A startup component for the Local Clients. |
ClientServant |
A servant for the LocalClient. |
MonitorManager |
A manager for the Monitors. |
MonitorSkeleton |
Skeleton class for Monitors
This skeleton reads packets from a queue designated
by the extending class, it then feeds the data to the analysePacket
method, which the extending class should implement. |
Register |
The Register class holds theshold values,
the last level of alert for each attribute for a monitor
and the time of last alert sent for each alert level. |
WebFeeder |
Provides a feed to the webpage system. |