|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface KeyedPush
Interface that allows pushing messages and associating keys with pushed messages.
Field Summary | |
---|---|
static String |
IN_KEYED_PUSH_ITF_NAME
The commonly used name to refer to this interface when it is used as an input. |
static String |
OUT_KEYED_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,
Object key)
Gives a message to a component. |
Field Detail |
---|
static final String OUT_KEYED_PUSH_ITF_NAME
static final String IN_KEYED_PUSH_ITF_NAME
Method Detail |
---|
void push(Message message, Object key) throws PushException
key
- the key that is associated with the pushed message.message
- the message to give to the component.
PushException
- if an exception occurs.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |