Package org.opennms.bb.common.components

Interface Summary
PCQueue An object that implements this interface meets all the requirements for a producer/consumer queue.
 

Class Summary
BBDataRetriever BBDataRetriever is the base for classes connecting to the database.
Log Log is an utility class that allows an application to print logs and errors either to the standard out or to output file
PCQueueFixedArray The fixed array queue is a definitively sized array of elements that follow producer/consumer rules.
PCQueueLinkedList The Linked list queue is a potentially infinite sized list of elements that follow producer/consumer rules.
 

Exception Summary
QueueClosedException The QueueClosedException class is thrown by various queues, espically the producer/consumer queues, when threads are waiting to add/read objects and the queue is closed during the operations.