Package toolbox.queueing

Package class diagram package toolbox.queueing
Provides classes to develop standalone server applications that require event queueing and threading.

See:
          Description

Interface Summary
Worker Common interface for developing worker classes to be used by the Listener class.
 

Class Summary
Listener The listener class provides a mechanism for dispatching events from the Queue class and a common way of handling events dispatched from the Queue class.
ListenerGroup Class to configure, instantiate and manage Listener threads.
Queue FILO Queue implementation
 

Exception Summary
QueueDiscardWarning Warning to indicate that an event queue has reached maximum depth and is discarding new events until the queue depth reaches a point below the maximum depth.
 

Package toolbox.queueing Description

Provides classes to develop standalone server applications that require event queueing and threading.