edu.ntnu.cikmr.arbitration
Class WaitWorkflow
java.lang.Object
edu.ntnu.cikmr.arbitration.WaitWorkflow
- All Implemented Interfaces:
- SchedulerListener, WorkflowLifecycleListener, java.util.EventListener
public class WaitWorkflow
- extends java.lang.Object
- implements WorkflowLifecycleListener, SchedulerListener
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
WaitWorkflow
public WaitWorkflow()
getLocalWorkflow
public Workflow getLocalWorkflow()
getWaitWorkflow
public Workflow getWaitWorkflow()
workflowStarted
public void workflowStarted(WorkflowEvent e)
- Specified by:
workflowStarted
in interface WorkflowLifecycleListener
workflowStopped
public void workflowStopped(WorkflowEvent e)
- Specified by:
workflowStopped
in interface WorkflowLifecycleListener
workflowFinished
public void workflowFinished(WorkflowEvent e)
- Specified by:
workflowFinished
in interface WorkflowLifecycleListener
workflowExecutionMoved
public void workflowExecutionMoved(WorkflowEvent e)
- Specified by:
workflowExecutionMoved
in interface WorkflowLifecycleListener
workflowParticipantsChanged
public void workflowParticipantsChanged(WorkflowEvent e)
- Specified by:
workflowParticipantsChanged
in interface WorkflowLifecycleListener
workflowAdded
public void workflowAdded(WorkflowEvent e)
- Specified by:
workflowAdded
in interface SchedulerListener
workflowRemoved
public void workflowRemoved(WorkflowEvent e)
- Specified by:
workflowRemoved
in interface SchedulerListener
waitOnRemoteWorkflow
public static void waitOnRemoteWorkflow(Workflow localWorkflow,
java.lang.String remoteWorkflowPipeID)