@SPI(useRestriction=Public,
status=Stable)
public interface IProcessExecutionMonitor
| Modifier and Type | Method and Description |
|---|---|
void |
processAborted(org.eclipse.stardust.engine.core.runtime.beans.IProcessInstance process)
Propagate that the Process has been aborted.
|
void |
processCompleted(org.eclipse.stardust.engine.core.runtime.beans.IProcessInstance process)
Propagate that the Process has been completed.
|
void |
processHalted(org.eclipse.stardust.engine.core.runtime.beans.IProcessInstance process)
Propagate that the Process has been halted.
|
void |
processInterrupted(org.eclipse.stardust.engine.core.runtime.beans.IProcessInstance process)
Propagate that the Process has been interrupted.
|
void |
processResumed(org.eclipse.stardust.engine.core.runtime.beans.IProcessInstance process)
Propagate that the Process has been resumed from Interrupted or Halted.
|
void |
processStarted(org.eclipse.stardust.engine.core.runtime.beans.IProcessInstance process)
Propagate that the Process has been started.
|
void processStarted(org.eclipse.stardust.engine.core.runtime.beans.IProcessInstance process)
process - Process Instance.void processCompleted(org.eclipse.stardust.engine.core.runtime.beans.IProcessInstance process)
process - Process Instance.void processAborted(org.eclipse.stardust.engine.core.runtime.beans.IProcessInstance process)
process - Process Instance.void processInterrupted(org.eclipse.stardust.engine.core.runtime.beans.IProcessInstance process)
process - Process Instance.void processHalted(org.eclipse.stardust.engine.core.runtime.beans.IProcessInstance process)
process - Process Instance.void processResumed(org.eclipse.stardust.engine.core.runtime.beans.IProcessInstance process)
process - Process Instance.Copyright © 2016 Eclipse Stardust. All Rights Reserved.