Searched defs:execution (Results 1 - 11 of 11) sorted by relevance

/owl-s/src/org/mindswap/owls/process/execution/
H A DDefaultProcessMonitor.java4 package org.mindswap.owls.process.execution;
H A DProcessExecutionListener.java26 package org.mindswap.owls.process.execution;
H A DSimpleProcessMonitor.java4 package org.mindswap.owls.process.execution;
H A DThreadedProcessExecutionListener.java26 package org.mindswap.owls.process.execution;
37 * @see org.mindswap.owls.process.execution.ProcessExecutionEngine
38 * @see org.mindswap.owls.process.execution.ThreadedProcessExecutionEngine
43 * Notifies registred implementors about the start of an execution
49 * Notifies registred implementors about the end of an execution
55 * Notifies registered listeners about an interruption of the process execution
61 * Notifies registered listeners about the end of an interruption of the process execution
67 * Notifies registered listeners that the execution of an AtomicProcess started
68 * @param the AtomicProcess whose execution started
73 * Notifies registered listeners that the execution o
[all...]
H A DSimpleThreadedMonitor.java1 package org.mindswap.owls.process.execution;
11 * Simple monitor to show monitoring for threaded execution.
H A DThreadedProcessExecutionEngine.java26 package org.mindswap.owls.process.execution;
42 * @see org.mindswap.owls.process.execution.ProcessExecutionEngine
43 * @see org.mindswap.owls.process.execution.ProcessMonitor
65 * Finishes the interruption of the execution.
71 * Interrupts the Execution after the execution of the
77 * Interrupts the Execution after the execution of the
101 * Stops the current execution
H A DAbstractMonitor.java1 package org.mindswap.owls.process.execution;
H A DProcessExecutionEngine.java26 package org.mindswap.owls.process.execution;
49 * is simply the execution environment.
60 * bound by the precondition then the execution may fail when precondition evaluation
66 * Get if the execution engine verifies preconditions.
72 * values for a local variable. If this option is enabled then the execution engine will
74 * ExecutionException will be thrown indicating that execution failed.
93 * @return Value bindings for the output parameters after the execution. Returns null if
94 * execution is not successful
106 * @return Value bindings for the output parameters after the execution. Returns null if
107 * execution i
[all...]
H A DProcessMonitor.java4 package org.mindswap.owls.process.execution;
12 * An interface that descriubes functions to monitor process execution
19 * Called only once when the execution of the top-most process starts
24 * Called only once when the execution of the top-most process finishes. Note that
25 * if execution fails for any reason this function will not be called. Instead
31 * Called before the execution of a process starts. The user has the option to
42 * Called after the execution of a process finishes. The user has the option to
54 * Called when the execution fails due to an execption. This function is intended
56 * additional inputs. There is no such support at the moment. The execution engine
84 * Called after the execution o
[all...]
/owl-s/src/impl/owls/process/execution/
H A DThreadedProcessExecutionEngineImpl.java4 package impl.owls.process.execution;
12 import org.mindswap.owls.process.execution.ProcessMonitor;
13 import org.mindswap.owls.process.execution.ThreadedProcessExecutionEngine;
41 * @see org.mindswap.owls.process.execution.ProcessExecutionEngine#execute(org.mindswap.owls.process.Process, org.mindswap.query.ValueMap)
53 * @see impl.owls.process.execution.ProcessExecutionEngineImpl#executeAtomicProcess(org.mindswap.owls.process.AtomicProcess, org.mindswap.query.ValueMap)
64 * @see impl.owls.process.execution.ProcessExecutionEngineImpl#executeConstruct(org.mindswap.owls.process.ControlConstruct)
78 * @see org.mindswap.owls.process.execution.ThreadedProcessExecutionEngine#continueExecution()
87 * @see org.mindswap.owls.process.execution.ThreadedProcessExecutionEngine#interruptExecution()
95 * @see org.mindswap.owls.process.execution.ThreadedProcessExecutionEngine#interruptExecution(int)
159 * Handles a stop of the execution an
[all...]
H A DProcessExecutionEngineImpl.java27 package impl.owls.process.execution;
79 import org.mindswap.owls.process.execution.ProcessExecutionEngine;
80 import org.mindswap.owls.process.execution.ProcessExecutionListener;
81 import org.mindswap.owls.process.execution.ProcessMonitor;

Completed in 12 milliseconds