Uses of Package
org.opennms.bb.dp.poller.plugins

Packages that use org.opennms.bb.dp.poller.plugins
org.opennms.bb.dp.poller.plugins   
org.opennms.bb.dp.poller.scheduler   
org.opennms.bb.dp.poller.scheduler.utils   
 

Classes in org.opennms.bb.dp.poller.plugins used by org.opennms.bb.dp.poller.plugins
ConfigurationProxy
           
EventProxy
          This is the interface used to send events into the event subsystem - It is typically used by the poller framework plugins that perform service monitoring to send out aprropriate events.
EventProxyException
          The EventProxyExceptiion is thrown by the EventProxy when the event send fails
JARClassLoader.JAR
          Adapted from the JARClassLoader.java source from the jEdit project.
NetworkInterface
          The NetworkInterface class is designed to be a well defined front for passing interfaces to a service monitor.
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.
ResourceUnavailableException
          This class is thrown by a service monitor if it is unable to acquire a resource that it cannot function without.
ServiceMonitor
          This is the interfact that is implemented by a poller framework plug-in that performs service monitoring.
ServiceMonitorException
          This class is the base class for all the exceptions that may be thrown by a service monitor.
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.MonitorReplyConsumer
          The MonitorReplyConsumer class is responsible for handling incoming ICMP poll reply messages from discovery.
ServiceMonitorTester
          Class which allows us to test the service monitors against ip addresses entered by a user.
 

Classes in org.opennms.bb.dp.poller.plugins used by org.opennms.bb.dp.poller.scheduler
PollerTask
          This class provides the main class construct that will be used to schedule interfaces for polling.
ServiceMonitor
          This is the interfact that is implemented by a poller framework plug-in that performs service monitoring.
 

Classes in org.opennms.bb.dp.poller.plugins used by org.opennms.bb.dp.poller.scheduler.utils
PollerTask
          This class provides the main class construct that will be used to schedule interfaces for polling.