|
||||||||||
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. |
Class Summary | |
AbstractComponent | Base implementation of Dream components. |
PushPushDreamComponent | Abstract implementation of a Push/Push component. |
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. |
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 |