Uses of Class
org.opennms.protocols.icmpd.DaemonConnection

Packages that use DaemonConnection
org.opennms.bb.dp.discovery.components   
 

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

Fields in org.opennms.bb.dp.discovery.components declared as DaemonConnection
private  DaemonConnection MonitorPinger.m_portal
          This is the connection to the icmp daemon that sends and receives request for the discovery process.
private  DaemonConnection DiscPinger.m_portal
          This is the connection to the icmp daemon that sends and receives request for the discovery process.
private  DaemonConnection DiscPingReplyReceiver.m_portal
          The connection to the icmp daemon.
private  DaemonConnection DiscPingManager.m_portal
          icmpd portal
 

Methods in org.opennms.bb.dp.discovery.components with parameters of type DaemonConnection
 boolean DiscPingManager.getOkResponse(DaemonConnection dc)
          Get's the response message from the icmp daemon and checks it for a zero return code.
 

Constructors in org.opennms.bb.dp.discovery.components with parameters of type DaemonConnection
MonitorPinger(DiscPingManager pingMgr, long lThreadID, PCQueue requestQ, DaemonConnection portal, short pingFilterID)
          Creates a new monitor ping thread that will attempt to poll addresses as they are added to the request queue.
DiscPinger(long lThreadID, PCQueue requestQ, DaemonConnection portal, short pingFilterID, QuantumSemaphore pktLimiter)
          Creates a new discovery ping thread that will attempt to poll addresses as they are set by the manager.
DiscPingReplyReceiver(DaemonConnection dc, PCQueue pingReplyQ, Object informer)
          Constructs a ping reciever thread that reads the messages from the connection and stores them in the queue.