Class Summary |
DPStatus |
|
JARClassLoader |
This class is responsible for loading plugin classes from
jar files. |
JARClassLoader.JAR |
Adapted from the JARClassLoader.java source from the jEdit project. |
JSDTEventProxy |
The JSDTEventProxy implements the EventProxy to send an event to the
events subsystem via JSDT |
NetworkInterfaceIPv4 |
This class implements the NetworkInterface interface for IPv4
addresses. |
PluginLoader |
This class is responsible for loading plugin classes from
jar files. |
PluginLoader.Plugin |
Adapted from the JARClassLoader.java source from the jEdit project. |
PollerTask |
This class provides the main class construct that will be
used to schedule interfaces for polling. |
PollResponseAddress |
A PollResponseAddress contains an IP Address and a poll status. |
RunFramework |
|
ServiceMonitorDNS |
This class is designed to be used by the service poller
framework to test the availability of the DNS service on
remote interfaces. |
ServiceMonitorFTP |
This class is designed to be used by the service poller
framework to test the availability of the FTP service on
remote interfaces. |
ServiceMonitorHTTP |
This class is designed to be used by the service poller
framework to test the availability of the HTTP service on
remote interfaces. |
ServiceMonitorICMP |
This class is designed to be used by the service poller
framework to test the availability of the ICMP service on
remote interfaces. |
ServiceMonitorICMP.RequestToSoapDocument |
This static class is used to build a compliant SOAP
document that is sent to discovery in order to initiate a
ICMP poll. |
ServiceMonitorSMTP |
This class is designed to be used by the service poller
framework to test the availability of the SMTP service on
remote interfaces. |
ServiceMonitorTester |
Class which allows us to test the service monitors against ip addresses
entered by a user. |