Package org.openorb.notify.queue

Event Queue related classes.

See:
          Description

Interface Summary
EventQueue An event queue is an object into which events are pushed and pulled.
FilterableEventQueue An event queue is an object into which events are pushed and pulled.
Orderer An orderer orders events in a well defined manner.
PoolManager The PoolManager interface defines operation for managing a group of EventDispatcher or EventReceiver threads.
 

Class Summary
AdminQueue An event queue is an object into which events are pushed and pulled.
AnyPuller  
ComparatorElement To be used with the sorted orderer.
ConsumerProxyQueue An event queue is an object into which events are pushed and pulled.
DeadlineComparator To be used with the sertor orderer.
DeadlineOrderer This orderer implements a log(n) sorting mechanism using the java.util.TreeMap object.
DefaultEventQueue An event queue is an object into which events are pushed and pulled.
DefaultFilterableEventQueue An event queue is an object into which events are pushed and pulled.
EventQueueDispatcher  
EventQueueFactory An event queue is an object into which events are pushed and pulled.
EventQueueFilter This class is not currently used.
EventQueueReceiver  
FifoOrderer This orderer implements a Fifo ( First-in first-out mechanism ).
LifoOrderer This orderer implements a Lifo ( Last-in last-out ) mechanism.
PriorityComparator To be used with the sertor orderer.
PriorityOrderer This orderer sorts the events in the queue according to the integer priority value.
Puller  
Pusher This class is the base class for the various types of Pusher subclasses (e.g.
SequencePuller  
StructuredPuller  
SupplierProxyQueue An event queue is an object into which events are pushed and pulled.
 

Package org.openorb.notify.queue Description

Event Queue related classes.