public interface WorkflowNotifiable
| Modifier and Type | Method and Description |
|---|---|
void |
cleanup() |
ServiceNotifiable |
createServiceNotificationSender(String nodeID) |
org.apache.axis2.addressing.EndpointReference |
getEventSink() |
String |
getTopic() |
void |
sendingPartialResults(Object[] args,
String[] keywords) |
void |
workflowFailed(String message)
Sends a START_INCOMPLETED notification message.
|
void |
workflowFailed(String message,
Throwable e)
Sends a START_INCOMPLETED notification message.
|
void |
workflowFailed(Throwable e)
Sends a START_INCOMPLETED notification message.
|
void |
workflowFinished(Object[] args,
String[] keywords) |
void |
workflowFinished(org.python.core.PyObject[] args,
String[] keywords) |
void |
workflowStarted(Object[] args,
String[] keywords) |
void |
workflowStarted(org.python.core.PyObject[] args,
String[] keywords) |
void |
workflowTerminated() |
org.apache.axis2.addressing.EndpointReference getEventSink()
void workflowStarted(org.python.core.PyObject[] args,
String[] keywords)
args - keywords - void workflowFinished(Object[] args, String[] keywords)
args - keywords - void workflowFinished(org.python.core.PyObject[] args,
String[] keywords)
args - keywords - void workflowTerminated()
void workflowFailed(String message)
message - The message to sendvoid workflowFailed(Throwable e)
e - void workflowFailed(String message, Throwable e)
message - The message to sende - ServiceNotifiable createServiceNotificationSender(String nodeID)
nodeID - String getTopic()
void cleanup()
Copyright © 2011–2014 The Apache Software Foundation. All rights reserved.