Uses of Interface
org.opennms.bb.dp.common.components.DBRunnable

Packages that use DBRunnable
org.opennms.bb.dp.capsd.components   
org.opennms.bb.dp.eventd   
 

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

Classes in org.opennms.bb.dp.capsd.components that implement DBRunnable
 class CapsWriter
          The CapsWriter class is designed to use the information collected by the CapsReadere and write the information to persistant storage.
 

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

Classes in org.opennms.bb.dp.eventd that implement DBRunnable
 class EventWriter
          EventWriter loads the information in each 'EventBlock' into the database Once the events are added to the database, they are sent out via JSDT for other processes (such as actiond) to read