Uses of Package
org.opennms.bb.dp.discovery.components

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

Classes in org.opennms.bb.dp.discovery.components used by org.opennms.bb.dp.discovery
DiscCapsdReceiver
          DiscCapsdReceiver is the thread that handles JSDT communication from capsd.
DiscPingManager
          The DiscPingManager is the thread responsible to send and receive the PING requests to discover nodes It maintains a pool of DiscPingerThreads to send out the PING requests.
IPGenerator
          IPGenerator queues the list of specific IPAddresses to be pinged and then expands the m_ranges and queues those addresses one at a time It adds the addresses to a 'm_generatedQ' to be read by the DiscPingManager.
MonitorRequestReceiver
          This class is designed to handle the setup, communications, and shutdown between discovery and ICMP service monitor using JSDT.
 

Classes in org.opennms.bb.dp.discovery.components used by org.opennms.bb.dp.discovery.components
DiscCapsdReceiver
          DiscCapsdReceiver is the thread that handles JSDT communication from capsd.
DiscCapsdReceiver.DiscCapsdConsumer
          The JSDT channel consumer that receives messages from the capabilities poller and other potential interfaces that discovery new interfaces.
DiscPinger
          DiscPinger is the type of thread that is maintained in the ping manager's thread pool.
DiscPingManager
          The DiscPingManager is the thread responsible to send and receive the PING requests to discover nodes It maintains a pool of DiscPingerThreads to send out the PING requests.
DiscPingReplyReceiver
          The DiscPingReplyReceiver is designed as a single thread that receives all data messages from the icmpd.
IPAddressRange
          The IPAddressRange object is used to encapsulate the starting and ending points of a continguous IPv4 Address range.
IPPollAddress
          An IPPollAddress contains an IP Address, retry count, an associated timeout, and the JSDT client name of the ICMP service monitor instance that generated the request.
IPPollRange
          The IPPollRange class is used to encapsulate a range of addresses that are assocaited with a timeout and retry count.
MonitorPinger
          MonitorPinger is another type of thread that is maintained in the ping manager's thread pool(the other being DiscPinger).
MonitorRequestReceiver
          This class is designed to handle the setup, communications, and shutdown between discovery and ICMP service monitor using JSDT.
MonitorRequestReceiver.MonitorRequestConsumer
          The MonitorRequestConsumer class is responsible for handling incoming ICMP poll request messages from the ICMP service monitor.
QuantumSemaphore
          QuantumSemaphore class is similar to a semaphore, but slightly different.