|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
@SPI(useRestriction=Public,
status=Stable)
public interface IProcessExecutionMonitorInterface to monitor process execution.
| Method Summary | |
|---|---|
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. |
| Method Detail |
|---|
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.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||