Uses of Package
org.opennms.bb.dp.eventd

Packages that use org.opennms.bb.dp.eventd
org.opennms.bb.dp.eventd   
 

Classes in org.opennms.bb.dp.eventd used by org.opennms.bb.dp.eventd
EventListener
          Listener extends the PollerThread for the pause/resume/shutdown functionality
EventListenerException
          The EventListenerException class is thrown when Eventd listener is unable to bring up all its communication channels
EventPersistd
           
JSDTHandler
          JSDTHandler handles all the events sent to Eventd via JSDT
TCPHandler
          TCPHandler handles TCP connections to the eventd.
TCPHandler.ConnectionHandler
          When the TCPHandler blocks on the 'accept()', there is no reliable way to interrupt the thread on a status change.
TCPHandler.Counter
          The counter class is used to ensure that the count is kept accurate when multiple threads could be trying to adjust the count at the same time.
UDPHandler
          UDPHandler extends the PollerThread for the pause/resume/shutdown functionality
UDPHandler.DatagramPacketHandler
          When the UDPHandler blocks on the 'receive()', there is no reliable way to interrupt the thread on a status change.