X-Git-Url: http://source.jalview.org/gitweb/?a=blobdiff_plain;f=website%2Ffull_javadoc%2Fcompbio%2Fengine%2FConfigurator.html;fp=website%2Ffull_javadoc%2Fcompbio%2Fengine%2FConfigurator.html;h=0000000000000000000000000000000000000000;hb=0bbebf27d045b1345bc042bdf24ef2e6808df251;hp=2c4ae6ce4dcfbc8e12be608b45f2d011cc358b37;hpb=5be600c3985aa7bcb8d8b51d77d773c76e6802bb;p=jabaws.git diff --git a/website/full_javadoc/compbio/engine/Configurator.html b/website/full_javadoc/compbio/engine/Configurator.html deleted file mode 100644 index 2c4ae6c..0000000 --- a/website/full_javadoc/compbio/engine/Configurator.html +++ /dev/null @@ -1,538 +0,0 @@ - - - - - - -Configurator - - - - - - - - - - - - -
- - - - - - - - - - - - - - - - - - - -
- -
- - - -
- -

- -compbio.engine -
-Class Configurator

-
-java.lang.Object
-  extended by compbio.engine.Configurator
-
-
-
-
public class Configurator
extends Object
- - -

-


- -

- - - - - - - - - - - - - - - - - - - - - - - -
-Field Summary
-static StringCLUSTER_WORK_DIRECTORY - -
-           
-static booleanIS_CLUSTER_ENGINE_ENABLED - -
-           
-static booleanIS_LOCAL_ENGINE_ENABLED - -
-           
-static StringLOCAL_WORK_DIRECTORY - -
-           
-  - - - - - - - - - - -
-Constructor Summary
Configurator() - -
-           
-  - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-Method Summary
-static - - - - -
-<T> ConfiguredExecutable<T>
-
configureExecutable(Executable<T> executable) - -
-           
-static - - - - -
-<T> ConfiguredExecutable<T>
-
configureExecutable(Executable<T> executable, - Executable.ExecProvider provider) - -
-           
-static - - - - -
-<T> ConfiguredExecutable<T>
-
configureExecutable(Executable<T> executable, - List<FastaSequence> dataSet) - -
-           
-static AsyncExecutorgetAsyncEngine(ConfiguredExecutable<?> executable) - -
-           
-static AsyncExecutorgetAsyncEngine(ConfiguredExecutable<?> executable, - Executable.ExecProvider provider) - -
-           
-static AsyncExecutorgetAsyncEngine(String taskId) - -
-           
-static SyncExecutorgetSyncEngine(ConfiguredExecutable<?> executable) - -
-           
-static SyncExecutorgetSyncEngine(ConfiguredExecutable<?> executable, - Executable.ExecProvider provider) - -
-           
-static StringgetWorkDirectory(String taskId) - -
-           
- - - - - - - -
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-  -

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

-IS_LOCAL_ENGINE_ENABLED

-
-public static final boolean IS_LOCAL_ENGINE_ENABLED
-
-
-
-
-
- -

-IS_CLUSTER_ENGINE_ENABLED

-
-public static final boolean IS_CLUSTER_ENGINE_ENABLED
-
-
-
-
-
- -

-LOCAL_WORK_DIRECTORY

-
-public static final String LOCAL_WORK_DIRECTORY
-
-
-
-
-
- -

-CLUSTER_WORK_DIRECTORY

-
-public static final String CLUSTER_WORK_DIRECTORY
-
-
-
-
- - - - - - - - -
-Constructor Detail
- -

-Configurator

-
-public Configurator()
-
-
- - - - - - - - -
-Method Detail
- -

-configureExecutable

-
-public static <T> ConfiguredExecutable<T> configureExecutable(Executable<T> executable)
-                                                   throws JobSubmissionException
-
-
- -
Throws: -
JobSubmissionException
-
-
-
- -

-configureExecutable

-
-public static <T> ConfiguredExecutable<T> configureExecutable(Executable<T> executable,
-                                                              List<FastaSequence> dataSet)
-                                                   throws JobSubmissionException
-
-
- -
Throws: -
JobSubmissionException
-
-
-
- -

-configureExecutable

-
-public static <T> ConfiguredExecutable<T> configureExecutable(Executable<T> executable,
-                                                              Executable.ExecProvider provider)
-                                                   throws JobSubmissionException
-
-
- -
Throws: -
JobSubmissionException
-
-
-
- -

-getAsyncEngine

-
-public static AsyncExecutor getAsyncEngine(ConfiguredExecutable<?> executable,
-                                           Executable.ExecProvider provider)
-
-
-
-
-
-
- -

-getSyncEngine

-
-public static SyncExecutor getSyncEngine(ConfiguredExecutable<?> executable,
-                                         Executable.ExecProvider provider)
-                                  throws JobSubmissionException
-
-
- -
Throws: -
JobSubmissionException
-
-
-
- -

-getAsyncEngine

-
-public static AsyncExecutor getAsyncEngine(ConfiguredExecutable<?> executable)
-
-
-
-
-
-
- -

-getAsyncEngine

-
-public static AsyncExecutor getAsyncEngine(String taskId)
-
-
-
-
-
-
- -

-getSyncEngine

-
-public static SyncExecutor getSyncEngine(ConfiguredExecutable<?> executable)
-                                  throws JobSubmissionException
-
-
- -
Throws: -
JobSubmissionException
-
-
-
- -

-getWorkDirectory

-
-public static String getWorkDirectory(String taskId)
-
-
-
-
-
- -
- - - - - - - - - - - - - - - - - - - -
- -
- - - -
- - -