|
Foundation |
|
| |||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ProcessNodeHandlerInterface
Interface to the runtime flowengine for propagating messages from one process node to another.
For more information about the runtime flowengine, refer to its package description.
Method Summary | |
---|---|
java.lang.Object |
getOwningBroker()
Process nodes can obtain the broker that is executing the process flow to which it is associated. |
void |
propagate(java.lang.String name,
MessageInterface output)
Process nodes "plug-ins" propagate their output in a process flow by by specifying the name of the output and the message they wish
to propagate. |
Methods inherited from interface com.sas.services.events.broker.flowengine.ResponseHandlerInterface |
---|
isResponseRequired, log, setResponse, setResponse, setResponse |
Method Detail |
---|
void propagate(java.lang.String name, MessageInterface output) throws InvalidOutputException, java.rmi.RemoteException
message
they wish
to propagate.
name
- name of output.output
- message to propagate.
InvalidOutputException
- If name of message or message itself is invalid.
java.rmi.RemoteException
MessageInterface
java.lang.Object getOwningBroker() throws java.rmi.RemoteException
EventBrokerServiceInterface
if it is desired to fire a new event from the processing node or a
ListenerRegisterInterface
if it desired to listen for a new event.
java.rmi.RemoteException
|
Foundation |
|
| |||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |