Uses of Class
org.opennms.bb.dp.common.components.PollerClient

Packages that use PollerClient
org.opennms.bb.dp.actiond.components   
org.opennms.bb.dp.capsd.components   
org.opennms.bb.dp.discovery.components   
org.opennms.bb.dp.poller.plugins   
org.opennms.bb.dp.spmd   
org.opennms.bb.dp.trapd   
 

Uses of PollerClient in org.opennms.bb.dp.actiond.components
 

Subclasses of PollerClient in org.opennms.bb.dp.actiond.components
 class ActiondEventReceiver
          ActiondEventReceiver does the initial process/receiving of all events coming over the eventd JSDT channel.
 

Uses of PollerClient in org.opennms.bb.dp.capsd.components
 

Subclasses of PollerClient in org.opennms.bb.dp.capsd.components
private  class CapsdDiscReceiver.CapsdDiscConsumer
          The CapsdDiscConsumer class is used by the capabilities daemon to receive actual IP address information from discovery.
 

Fields in org.opennms.bb.dp.capsd.components declared as PollerClient
private  PollerClient CapsdWriteManager.m_client
          The client that is joined to the JSDT session.
 

Uses of PollerClient in org.opennms.bb.dp.discovery.components
 

Subclasses of PollerClient in org.opennms.bb.dp.discovery.components
private  class DiscCapsdReceiver.DiscCapsdConsumer
          The JSDT channel consumer that receives messages from the capabilities poller and other potential interfaces that discovery new interfaces.
private  class DiscPingManager.ManagerClient
          Extends the PollerClient class to allow the string constructor to be called.
private  class MonitorRequestReceiver.MonitorRequestConsumer
          The MonitorRequestConsumer class is responsible for handling incoming ICMP poll request messages from the ICMP service monitor.
 

Fields in org.opennms.bb.dp.discovery.components declared as PollerClient
private static PollerClient MonitorPinger.m_client
          JSDT client identifier
private  PollerClient DiscPingManager.m_client
          JSDT client identifier of this thread
private  PollerClient DiscPingManager.m_monitorReplyClient
           
private  PollerClient DiscCapsdReceiver.m_client
          The client class for the JSDT registry to work correctly.
 

Methods in org.opennms.bb.dp.discovery.components that return PollerClient
static PollerClient MonitorPinger.getClient()
           Static method for retrieving the JSDT client through which the MonitorPinger threads forwards ICMP poll results to the ICMP service monitor.
 

Methods in org.opennms.bb.dp.discovery.components with parameters of type PollerClient
static void MonitorPinger.setClient(PollerClient replyClient)
           Static method for setting the JSDT client through which the MonitorPinger threads will forward ICMP poll results to the ICMP service monitor.
 

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

Subclasses of PollerClient in org.opennms.bb.dp.poller.plugins
private  class ServiceMonitorICMP.MonitorReplyConsumer
          The MonitorReplyConsumer class is responsible for handling incoming ICMP poll reply messages from discovery.
 

Fields in org.opennms.bb.dp.poller.plugins declared as PollerClient
private  PollerClient ServiceMonitorICMP.m_requestClient
          The client that is joined to the monitor request channel of the discovery-monitor JSDT session.
 

Uses of PollerClient in org.opennms.bb.dp.spmd
 

Fields in org.opennms.bb.dp.spmd declared as PollerClient
private  PollerClient Spmd.client
           
 

Uses of PollerClient in org.opennms.bb.dp.trapd
 

Subclasses of PollerClient in org.opennms.bb.dp.trapd
 class Trapd
          The Trapd listens for SNMP traps on the standard port(162).