Searched defs:interrupted (Results 1 - 3 of 3) sorted by relevance
/owl-s/src/impl/owls/process/execution/ | ||
H A D | ThreadedProcessExecutionEngineImpl.java | 27 private boolean interrupted = false;
field in class:ThreadedProcessExecutionEngineImpl 109 * Checks whether interrupted flag is set or not 114 return interrupted; 118 * Sets the interrupted flag for the given process 120 * @param interrupted the new value of the flag 122 protected void setInterrupted(boolean interrupted) { argument 123 this.interrupted = interrupted; 127 * Checks whether interrupted flag is set or not 136 * Sets the interrupted fla [all...] |
/owl-s/lib/axis/ | ||
H A D | log4j-1.2.8.jar | META-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/log4j/ org/apache/log4j/Appender ... |
/owl-s/lib/jena/ | ||
H A D | log4j-1.2.12.jar | META-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/log4j/ org/apache/log4j/Appender ... |
Completed in 10 milliseconds