Package org.objectweb.dream

Interface Summary
Pull Common Pull interface for Dream components.
Push Common Push interface for Dream components This interface defines a method push that allows a component to give a message to another component.
Push1 This interface is similar to the Push interface.
PushWithReturn This interface extends the Pushinterface for allowing Dream components to push messages with a return.
 

Class Summary
AbstractComponent Base implementation of Dream components.
PushPushDreamComponent Abstract implementation of a Push/Push component.
PushToPush1Impl This component forwards calls received on its Push input to its Push1 output.
 

Exception Summary
InitializationException Exception thrown by AbstractComponent.initComponent(Component).
InterruptedPullException Sub class of PullException thrown when the execution flow was interrupted in a pull method.
InterruptedPushException Sub class of PushException thrown when the execution flow was interrupted in a push method.
IOPushException Sub class of PushException thrown when an IOException occured while pushing a message.
PullException This is a generic exception which a pull method can throw.
PushException This is a generic exception which a push method can throw.
 



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