Package org.objectweb.dream.queue

Interface Summary
PushPullKeyQueueAttributeController Key based Push/Pull queue attribute controller.
PushPullQueueAttributeController Attribute controller interface for Push/Pull queue.
PushPushPassiveQueueAttributeController Attribute controller interface for PushPushPassive component.
PushQueueAttributeController Attribute controller for queue implementation with a push input.
QueueAttributeController Base attribute controller interface for queue implementations.
 

Class Summary
AbstractPushQueueImpl Abstract implementation of a input push queue.
BasicPushPullKeyQueueImpl Queue implementation delivering message using a key.
BasicPushPullQueueImpl Basic implementation of a Push/Pull buffer.
BasicPushPushActiveQueueImpl Active Push/Push queue.
BasicPushPushPassiveQueueImpl Push/Push queue implemented using a passive component.
NotSynchronizedPushPullQueueImpl High performance implementation of a Push/Pull queue.
 

Exception Summary
BufferOverflowException Exception thrown by queues when the maximum capacity of the queue is raised and the overflow policy is exception
KeyNotFoundException Exception thrown when a key based Push/Pull queue cannot find the requested key, and the "message not found" policy is set to PushPullKeyQueueAttributeController.EXCEPTION_MESSAGE_NOT_FOUND_POLICY.
 



Copyright © 2003, 2004 - INRIA Rhone-Alpes - All Rights Reserved.