|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.mindswap.owls.process.execution.DefaultProcessMonitor
examples.ExecutionMonitor.CustomProcessMonitor
public static class ExecutionMonitor.CustomProcessMonitor
| Constructor Summary | |
|---|---|
ExecutionMonitor.CustomProcessMonitor()
|
|
| 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. |
| Methods inherited from class org.mindswap.owls.process.execution.DefaultProcessMonitor |
|---|
getMonitorFilter, setMonitorFilter, setWriter |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface org.mindswap.owls.process.execution.ProcessMonitor |
|---|
getMonitorFilter, setMonitorFilter |
| Constructor Detail |
|---|
public ExecutionMonitor.CustomProcessMonitor()
| Method Detail |
|---|
public void executionStarted()
ProcessMonitor
executionStarted in interface ProcessMonitorexecutionStarted in class DefaultProcessMonitorpublic void executionFinished()
ProcessMonitor
executionFinished in interface ProcessMonitorexecutionFinished in class DefaultProcessMonitor
public void executionStarted(Process process,
ValueMap inputs)
ProcessMonitor
executionStarted in interface ProcessMonitorexecutionStarted in class DefaultProcessMonitor
public void executionFinished(Process process,
ValueMap inputs,
ValueMap outputs)
ProcessMonitor
executionFinished in interface ProcessMonitorexecutionFinished in class DefaultProcessMonitorpublic void executionFailed(ExecutionException e)
ProcessMonitor
executionFailed in interface ProcessMonitorexecutionFailed in class DefaultProcessMonitor
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||