|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Common Push interface for Dream components This interface defines a
method push
that allows a component to give a message to
another component.
Field Summary | |
static String |
IN_PUSH_ITF_NAME
The commonly used name to refer to this interface when it is used as an input. |
static String |
OUT_PUSH_ITF_NAME
The commonly used name to refer to this interface when it is used as an output. |
Method Summary | |
void |
push(Message message,
Map context)
Gives a message to a component. |
Field Detail |
public static final String OUT_PUSH_ITF_NAME
public static final String IN_PUSH_ITF_NAME
Method Detail |
public void push(Message message, Map context) throws PushException
message
- the message to give to the component.context
- a general purpose context map. can be null
.
PushException
- if an exception occurs.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |