|
|||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |
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 Push interface for allowing Dream
components to push messages with a return. |
Class Summary | |
---|---|
AbstractComponent | Base implementation of Dream components. |
PushToPush1Impl | This component forwards calls received on its Push input to
its Push1 output. |
Exception Summary | |
---|---|
InitializationException | Exception thrown by AbstractComponent.initComponent() . |
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. |
|
|||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |