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

Packages that use PollerThread
org.opennms.bb.dp.actiond   
org.opennms.bb.dp.actiond.components   
org.opennms.bb.dp.capsd   
org.opennms.bb.dp.capsd.components   
org.opennms.bb.dp.common.components   
org.opennms.bb.dp.discovery   
org.opennms.bb.dp.discovery.components   
org.opennms.bb.dp.eventd   
 

Uses of PollerThread in org.opennms.bb.dp.actiond
 

Subclasses of PollerThread in org.opennms.bb.dp.actiond
 class Actiond
          Actiond listens for events coming from eventd over JSDT.
 

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

Subclasses of PollerThread in org.opennms.bb.dp.actiond.components
 class ActiondEventListener
          ActiondEventListener extends the PollerThread for the pause/resume/shutdown functionality
 class ActionLauncher
          ActionLauncher reads events from the ActiondEventsReader object and runs any/all auto actions defined within the event.
 

Uses of PollerThread in org.opennms.bb.dp.capsd
 

Subclasses of PollerThread in org.opennms.bb.dp.capsd
 class Capsd
          The Capability daemon - it is notified by the discovery process when a new node is discovered - it then polls for all the capabilities for this node and is responsible for loading the data collected into the database.
 

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

Subclasses of PollerThread in org.opennms.bb.dp.capsd.components
 class CapsdReadManager
          CapsdReadManager is responsible to query the IPAddresses received from discovery for the SNMP information.
 class CapsdWriteManager
          CapsdWriteManager reads CapsReader objects from the in input queue and uses a thread pool of 'DBRunnableConsumerThread's to write this data to the database.
 

Uses of PollerThread in org.opennms.bb.dp.common.components
 

Subclasses of PollerThread in org.opennms.bb.dp.common.components
 class DBRunnableConsumerThread
          The DBRunnableConsumerThread class is similar to RunnableConsumerThread.
 class RunnableConsumerThread
          The RunnableConsumerThread class is an extension of the PollerThread class.
 

Methods in org.opennms.bb.dp.common.components with parameters of type PollerThread
static void PollerThread.pauseThread(PollerThread thr)
          The pauseThread operation thread calls the pauseOperation() method on the thread and then waits for it to reach a paused status.
static void PollerThread.resumeThread(PollerThread thr)
          The resumeThread operation thread calls the resumeOperation() method on the thread and then waits for it to reach a normal status.
static void PollerThread.shutdownThread(PollerThread thr)
          The shutdownThread operation thread calls the shutdown() method on the thread and then waits for it to reach a shutdown status.
 

Uses of PollerThread in org.opennms.bb.dp.discovery
 

Subclasses of PollerThread in org.opennms.bb.dp.discovery
 class Discovery
          The main class for discovery
 

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

Subclasses of PollerThread in org.opennms.bb.dp.discovery.components
 class DiscPinger
          DiscPinger is the type of thread that is maintained in the ping manager's thread pool.
 class 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.
 class DiscPingReplyReceiver
          The DiscPingReplyReceiver is designed as a single thread that receives all data messages from the icmpd.
 class 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.
 class MonitorPinger
          MonitorPinger is another type of thread that is maintained in the ping manager's thread pool(the other being DiscPinger).
 

Uses of PollerThread in org.opennms.bb.dp.eventd
 

Subclasses of PollerThread in org.opennms.bb.dp.eventd
 class EventPersistd
           
 class TCPHandler
          TCPHandler handles TCP connections to the eventd.
 class UDPHandler
          UDPHandler extends the PollerThread for the pause/resume/shutdown functionality
 

Fields in org.opennms.bb.dp.eventd declared as PollerThread
private  PollerThread EventPersistd.m_jsdtSender
          the jsdt sender