|
| Services |
|
| |||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||||
Interface to the runtime flowengine for handling responses from process nodes and dynamic listener applications.
For more information about the runtime flowengine, refer to its package description.
| Method Summary | |
boolean |
isResponseRequired()
Return whether or not a response is required. |
void |
log(String message)
Log a message in the EventBroker Service log. |
void |
setResponse(DocumentFragment response)
Set a response. |
void |
setResponse(Object response)
Set a response. |
void |
setResponse(String response)
Set a response. |
| Method Detail |
public boolean isResponseRequired()
throws RemoteException
A handling agent is not required to provide a response, but this method lets the agent know if a response is going to be sent to the originating client.
RemoteException - if a network anomaly occurs.
public void setResponse(String response)
throws RemoteException
The response is expected to be in XML format.
response - Response to be sent to the event originator.RemoteException - if a network anomaly occurs.
public void setResponse(DocumentFragment response)
throws RemoteException
response - Response to be sent to the event originator.RemoteException - if a network anomaly occurs.
public void setResponse(Object response)
throws RemoteException
response - Response to be sent to the event originator.RemoteException - if a network anomaly occurs.
public void log(String message)
throws RemoteException
EventBroker Service log.
Allow process nodes or dynamic listeners to log their messages in the same log used by the broker.
message - message to log.RemoteException - if a network anomaly occurs.
|
| Services |
|
| |||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||||