Package org.opennms.bb.dp.common.components

Interface Summary
DBRunnable The DBRunnable interface is very similar in concept to the interface java.lang.Runnable.
 

Class Summary
DBRunnableConsumerThread The DBRunnableConsumerThread class is similar to RunnableConsumerThread.
PollerClient The PollerClient class is a base class that implements the JSDT Client interface for communications with other JSDT clients.
PollerJSDTConstants PollerJSDTConstants holds information pertaining to the JSDT sessions between the poller processes(spmd, discovery, capsd)
PollerSession PollerSession holds information pertaining to the JSDT sessions between the poller processes(spmd, discovery, capsd)
PollerThread All the poller threads have to respond to start/stop and pause/resume commands and report their current status when queried.
RunnableConsumerThread The RunnableConsumerThread class is an extension of the PollerThread class.