Searched defs:interruptExecution (Results 1 - 2 of 2) sorted by relevance

/owl-s/src/org/mindswap/owls/process/execution/
H A DThreadedProcessExecutionEngine.java39 * interrupted (with a call of interruptExecution()) by another thread and wait until the interruption ends (with a call of unfreeze()). </p>
74 public void interruptExecution(); method in interface:ThreadedProcessExecutionEngine
82 public void interruptExecution(int millisToSleep); method in interface:ThreadedProcessExecutionEngine
/owl-s/src/impl/owls/process/execution/
H A DThreadedProcessExecutionEngineImpl.java87 * @see org.mindswap.owls.process.execution.ThreadedProcessExecutionEngine#interruptExecution()
89 public void interruptExecution() { method in class:ThreadedProcessExecutionEngineImpl
90 interruptExecution(sleepInterval);
95 * @see org.mindswap.owls.process.execution.ThreadedProcessExecutionEngine#interruptExecution(int)
97 public void interruptExecution(int millisToSleep) { method in class:ThreadedProcessExecutionEngineImpl

Completed in 9 milliseconds