Uses of Interface
org.opennms.bb.dp.poller.plugins.ServiceMonitor

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

Uses of ServiceMonitor in org.opennms.bb.dp.poller.plugins
 

Classes in org.opennms.bb.dp.poller.plugins that implement ServiceMonitor
 class ServiceMonitorDNS
          This class is designed to be used by the service poller framework to test the availability of the DNS service on remote interfaces.
 class ServiceMonitorFTP
          This class is designed to be used by the service poller framework to test the availability of the FTP service on remote interfaces.
 class ServiceMonitorHTTP
          This class is designed to be used by the service poller framework to test the availability of the HTTP service on remote interfaces.
 class ServiceMonitorICMP
          This class is designed to be used by the service poller framework to test the availability of the ICMP service on remote interfaces.
 class ServiceMonitorSMTP
          This class is designed to be used by the service poller framework to test the availability of the SMTP service on remote interfaces.
 

Fields in org.opennms.bb.dp.poller.plugins declared as ServiceMonitor
private  ServiceMonitor PollerTask.m_monitor
          The object that will be called to do the actual service polling
 

Methods in org.opennms.bb.dp.poller.plugins that return ServiceMonitor
 ServiceMonitor PluginLoader.retrieveServiceMonitor(String aServiceName)
           
 

Constructors in org.opennms.bb.dp.poller.plugins with parameters of type ServiceMonitor
PollerTask(ServiceMonitor aMonitor, Object iface, EventProxy anEventProxy, Map props)
          Constructor, initializes the members.
 

Uses of ServiceMonitor in org.opennms.bb.dp.poller.scheduler
 

Fields in org.opennms.bb.dp.poller.scheduler declared as ServiceMonitor
private  ServiceMonitor PollerScheduler.m_serviceMonitor
           
 

Methods in org.opennms.bb.dp.poller.scheduler with parameters of type ServiceMonitor
private  Map PollerScheduler.buildServiceMaster(String aService, List aPackageInterfacesList, ServiceMonitor aMonitor)