X-Git-Url: http://source.jalview.org/gitweb/?a=blobdiff_plain;f=website%2Ffull_javadoc%2Fcompbio%2Fengine%2Flocal%2FExecutableWrapper.html;fp=website%2Ffull_javadoc%2Fcompbio%2Fengine%2Flocal%2FExecutableWrapper.html;h=0000000000000000000000000000000000000000;hb=cb685a2bc244abd07798cda3042953b4afed2407;hp=421469ffd61e1287f25a2f04630abb5103a93d40;hpb=5f582fe1adafda5df440d1d1b3955b2bca7fbc88;p=jabaws.git diff --git a/website/full_javadoc/compbio/engine/local/ExecutableWrapper.html b/website/full_javadoc/compbio/engine/local/ExecutableWrapper.html deleted file mode 100644 index 421469f..0000000 --- a/website/full_javadoc/compbio/engine/local/ExecutableWrapper.html +++ /dev/null @@ -1,331 +0,0 @@ - - - - - - -ExecutableWrapper - - - - - - - - - - - - -
- - - - - - - - - - - - - - - - - - - -
- -
- - - -
- -

- -compbio.engine.local -
-Class ExecutableWrapper

-
-java.lang.Object
-  extended by compbio.engine.local.ExecutableWrapper
-
-
-
All Implemented Interfaces:
java.util.concurrent.Callable<ConfiguredExecutable<?>>
-
-
-
-
@Immutable
-public final class ExecutableWrapper
extends java.lang.Object
implements java.util.concurrent.Callable<ConfiguredExecutable<?>>
- - -

-


- -

- - - - - - - - - - - - - - - -
-Field Summary
-static java.lang.StringPROC_ERR_FILE - -
-           
-static java.lang.StringPROC_OUT_FILE - -
-           
-  - - - - - - - - - - -
-Constructor Summary
ExecutableWrapper(ConfiguredExecutable<?> executable, - java.lang.String workDirectory) - -
-           
-  - - - - - - - - - - - -
-Method Summary
- ConfiguredExecutable<?>call() - -
-          It is vital that output and error streams are captured immediately for - this call() to succeed.
- - - - - - - -
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-  -

- - - - - - - - -
-Field Detail
- -

-PROC_OUT_FILE

-
-public static final java.lang.String PROC_OUT_FILE
-
-
-
See Also:
Constant Field Values
-
-
- -

-PROC_ERR_FILE

-
-public static final java.lang.String PROC_ERR_FILE
-
-
-
See Also:
Constant Field Values
-
- - - - - - - - -
-Constructor Detail
- -

-ExecutableWrapper

-
-public ExecutableWrapper(ConfiguredExecutable<?> executable,
-                         java.lang.String workDirectory)
-                  throws JobSubmissionException
-
-
- -
Throws: -
JobSubmissionException
-
- - - - - - - - -
-Method Detail
- -

-call

-
-public ConfiguredExecutable<?> call()
-                             throws java.io.IOException
-
-
It is vital that output and error streams are captured immediately for - this call() to succeed. Thus each instance if ExecutableWrapper has 2 its - own thread ready to capture the output. If executor could not execute - capture immediately this could lead to the call method to stale, as - execution could not proceed without output being captured. Every call to - call() method will use 2 threads -

-

-
Specified by:
call in interface java.util.concurrent.Callable<ConfiguredExecutable<?>>
-
-
- -
Throws: -
java.io.IOException
-
-
- -
- - - - - - - - - - - - - - - - - - - -
- -
- - - -
- - -