Package edu.cuny.cat.task

Classes for mechanism of dispatching tasks or messages to receivers.

See:
          Description

Interface Summary
Dispatcher The interface for processing dispatching tasks.
 

Class Summary
AsynchronousDispatcher An asynchronous dispatcher that runs a thread to process dispatching tasks buffered in a queue.
DispatchingTask Defines the interface for the task of dispatching events or messages to specified receivers.
DispatchingTaskQueue Defines a queue for buffering event dispatching tasks.
EventDispatchingTask Defines the interface for the task of dispatching some auction event to specified receivers.
EventDispatchingTaskOnClientSide A task of dispatching auction events to listeners on the client side.
EventDispatchingTaskOnServerSide A task of dispatching auction events to listeners on the server side.
IncomingMessageDispatchingTask A task of dispatching a CATP message from a client to its adaptor.
MessageDispatchingTask A task of dispatching a CATP message.
OutgoingMessageDispatchingTask A task of dispatching a CATP message to a client on the server side.
PriorityAsynchronousDispatcher An asynchronous dispatcher that runs a thread to process tasks.
PrioritySynchronousDispatcher A synchronous task dispatcher without any internal thread.
SynchronousDispatcher A synchronous event dispatcher without any internal thread.
 

Package edu.cuny.cat.task Description

Classes for mechanism of dispatching tasks or messages to receivers.