|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ProcessMonitor
An interface that descriubes functions to monitor process execution
| Method Summary | |
|---|---|
void |
executionFailed(ExecutionException e)
Called when the execution fails due to an execption. |
void |
executionFinished()
Called only once when the execution of the top-most process finishes. |
void |
executionFinished(Process process,
ValueMap inputs,
ValueMap outputs)
Called after the execution of a process finishes. |
void |
executionStarted()
Called only once when the execution of the top-most process starts |
void |
executionStarted(Process process,
ValueMap inputs)
Called before the execution of a process starts. |
int |
getMonitorFilter()
|
void |
setMonitorFilter(int processType)
Control if executionStarted and executionFinished will be called for all the processes or only for a specific type of processes. |
| Method Detail |
|---|
void executionStarted()
void executionFinished()
void executionStarted(Process process,
ValueMap inputs)
process - inputs -
void executionFinished(Process process,
ValueMap inputs,
ValueMap outputs)
process - inputs - outputs - void executionFailed(ExecutionException e)
e - void setMonitorFilter(int processType)
Process.ANYProcess.ATOMICProcess.COMPOSITEProcess.SIMPLEbitwise or) of these values are also valid.
processType - int getMonitorFilter()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||