X-Git-Url: http://source.jalview.org/gitweb/?a=blobdiff_plain;f=website%2Ffull_javadoc%2Fcompbio%2Fmetadata%2Fclass-use%2FJobSubmissionException.html;fp=website%2Ffull_javadoc%2Fcompbio%2Fmetadata%2Fclass-use%2FJobSubmissionException.html;h=0000000000000000000000000000000000000000;hb=0bbebf27d045b1345bc042bdf24ef2e6808df251;hp=81ad534e05f0870cfb23b4689939624518e17cf9;hpb=5be600c3985aa7bcb8d8b51d77d773c76e6802bb;p=jabaws.git diff --git a/website/full_javadoc/compbio/metadata/class-use/JobSubmissionException.html b/website/full_javadoc/compbio/metadata/class-use/JobSubmissionException.html deleted file mode 100644 index 81ad534..0000000 --- a/website/full_javadoc/compbio/metadata/class-use/JobSubmissionException.html +++ /dev/null @@ -1,872 +0,0 @@ - - - - - - -Uses of Class compbio.metadata.JobSubmissionException - - - - - - - - - - - - -
- - - - - - - - - - - - - - - -
- -
- - - -
-
-

-Uses of Class
compbio.metadata.JobSubmissionException

-
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-Packages that use JobSubmissionException
compbio.data.msaWeb Service interfaces for JAva Bioinformatics Analysis Web Services. 
compbio.engine  
compbio.engine.client  
compbio.engine.cluster.drmaa  
compbio.engine.local  
compbio.metadataA meta-data model for multiple sequence alignment web services - Classes in this package have no dependencies to other sources in the project. 
compbio.runnerUtilities commonly used by all runners. 
compbio.ws.server  
-  -

- - - - - -
-Uses of JobSubmissionException in compbio.data.msa
-  -

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Methods in compbio.data.msa that throw JobSubmissionException
- StringMsaWS.align(List<FastaSequence> sequences) - -
-          Align a list of sequences with default settings.
- StringSequenceAnnotation.analize(List<FastaSequence> sequences) - -
-          Analyse the sequences.
- StringMsaWS.customAlign(List<FastaSequence> sequences, - List<Option<T>> options) - -
-          Align a list of sequences with options.
- StringSequenceAnnotation.customAnalize(List<FastaSequence> sequences, - List<Option<T>> options) - -
-          Analyse the sequences according to custom settings defined in options - list.
- StringMsaWS.presetAlign(List<FastaSequence> sequences, - Preset<T> preset) - -
-          Align a list of sequences with preset.
- StringSequenceAnnotation.presetAnalize(List<FastaSequence> sequences, - Preset<T> preset) - -
-          Analyse the sequences according to the preset settings.
-  -

- - - - - -
-Uses of JobSubmissionException in compbio.engine
-  -

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Methods in compbio.engine that throw JobSubmissionException
-static - - - - -
-<T> ConfiguredExecutable<T>
-
Configurator.configureExecutable(Executable<T> executable) - -
-           
-static - - - - -
-<T> ConfiguredExecutable<T>
-
Configurator.configureExecutable(Executable<T> executable, - Executable.ExecProvider provider) - -
-           
-static - - - - -
-<T> ConfiguredExecutable<T>
-
Configurator.configureExecutable(Executable<T> executable, - List<FastaSequence> dataSet) - -
-           
- voidSyncExecutor.executeJob() - -
-          Execute the job
-static SyncExecutorConfigurator.getSyncEngine(ConfiguredExecutable<?> executable) - -
-           
-static SyncExecutorConfigurator.getSyncEngine(ConfiguredExecutable<?> executable, - Executable.ExecProvider provider) - -
-           
- StringAsyncExecutor.submitJob(ConfiguredExecutable<?> executable) - -
-          Submits job for the execution - Immediate execution is not guaranteed, this method puts the job in the queue.
-  -

- - - - - -
-Uses of JobSubmissionException in compbio.engine.client
-  -

- - - - - - - - - -
Methods in compbio.engine.client that throw JobSubmissionException
- StringConfiguredExecutable.getCommand(Executable.ExecProvider provider) - -
-           
-  -

- - - - - -
-Uses of JobSubmissionException in compbio.engine.cluster.drmaa
-  -

- - - - - - - - - - - - - - - - - -
Methods in compbio.engine.cluster.drmaa that throw JobSubmissionException
- voidJobRunner.executeJob() - -
-           
-static JobRunnerJobRunner.getInstance(ConfiguredExecutable<?> executable) - -
-           
- StringAsyncJobRunner.submitJob(ConfiguredExecutable<?> executable) - -
-           
-  -

- - - - - - - - -
Constructors in compbio.engine.cluster.drmaa that throw JobSubmissionException
JobRunner(ConfiguredExecutable<?> confExec) - -
-           
-  -

- - - - - -
-Uses of JobSubmissionException in compbio.engine.local
-  -

- - - - - - - - - - - - - -
Methods in compbio.engine.local that throw JobSubmissionException
- voidLocalRunner.executeJob() - -
-           
- StringAsyncLocalRunner.submitJob(ConfiguredExecutable<?> executable) - -
-           
-  -

- - - - - - - - -
Constructors in compbio.engine.local that throw JobSubmissionException
ExecutableWrapper(ConfiguredExecutable<?> executable, - String workDirectory) - -
-           
-  -

- - - - - -
-Uses of JobSubmissionException in compbio.metadata
-  -

- - - - - - - - - - - - - -
Subclasses of JobSubmissionException in compbio.metadata
- classLimitExceededException - -
-          This exception is thrown if the task larger in size that the limit that - applies to the calculation.
- classUnsupportedRuntimeException - -
-          Indicates that the server could not execute native executables.
-  -

- - - - - -
-Uses of JobSubmissionException in compbio.runner
-  -

- - - - - - - - - -
Methods in compbio.runner that throw JobSubmissionException
-static voidUtil.writeInput(List<FastaSequence> sequences, - ConfiguredExecutable<?> exec) - -
-           
-  -

- - - - - -
-Uses of JobSubmissionException in compbio.ws.server
-  -

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Methods in compbio.ws.server that throw JobSubmissionException
- StringClustalWS.align(List<FastaSequence> sequences) - -
-           
- String_MsaService.align(List<FastaSequence> sequences) - -
-           
- StringMuscleWS.align(List<FastaSequence> sequences) - -
-           
- StringMafftWS.align(List<FastaSequence> sequences) - -
-           
- StringTcoffeeWS.align(List<FastaSequence> sequences) - -
-           
- StringProbconsWS.align(List<FastaSequence> sequences) - -
-           
- StringClustalOWS.align(List<FastaSequence> sequences) - -
-           
-static - - - - -
-<T> String
-
WSUtil.align(List<FastaSequence> sequences, - ConfiguredExecutable<T> confExec, - org.apache.log4j.Logger logger, - String callingMethod, - Limit<T> limit) - -
-           
- StringAAConWS.analize(List<FastaSequence> sequences) - -
-           
- StringSequenceAnnotationService.analize(List<FastaSequence> sequences) - -
-           
-static - - - - -
-<T> String
-
WSUtil.analize(List<FastaSequence> sequences, - ConfiguredExecutable<T> confExec, - org.apache.log4j.Logger log, - String method, - Limit<T> limit) - -
-           
- StringClustalOWS.customAlign(List<FastaSequence> sequences, - List<Option<ClustalO>> options) - -
-           
- StringClustalWS.customAlign(List<FastaSequence> sequences, - List<Option<ClustalW>> options) - -
-           
- StringMafftWS.customAlign(List<FastaSequence> sequences, - List<Option<Mafft>> options) - -
-           
- StringMuscleWS.customAlign(List<FastaSequence> sequences, - List<Option<Muscle>> options) - -
-           
- StringProbconsWS.customAlign(List<FastaSequence> sequences, - List<Option<Probcons>> options) - -
-           
- String_MsaService.customAlign(List<FastaSequence> sequences, - List<Option<T>> options) - -
-           
- StringTcoffeeWS.customAlign(List<FastaSequence> sequences, - List<Option<Tcoffee>> options) - -
-           
- StringDisemblWS.customAnalize(List<FastaSequence> sequences, - List<Option<Disembl>> options) - -
-           
- StringGlobPlotWS.customAnalize(List<FastaSequence> sequences, - List<Option<GlobPlot>> options) - -
-           
- StringSequenceAnnotationService.customAnalize(List<FastaSequence> sequences, - List<Option<T>> options) - -
-           
- StringClustalOWS.presetAlign(List<FastaSequence> sequences, - Preset<ClustalO> preset) - -
-           
- StringClustalWS.presetAlign(List<FastaSequence> sequences, - Preset<ClustalW> preset) - -
-           
- StringMafftWS.presetAlign(List<FastaSequence> sequences, - Preset<Mafft> preset) - -
-           
- StringMuscleWS.presetAlign(List<FastaSequence> sequences, - Preset<Muscle> preset) - -
-           
- StringProbconsWS.presetAlign(List<FastaSequence> sequences, - Preset<Probcons> preset) - -
-           
- String_MsaService.presetAlign(List<FastaSequence> sequences, - Preset<T> preset) - -
-           
- StringTcoffeeWS.presetAlign(List<FastaSequence> sequences, - Preset<Tcoffee> preset) - -
-           
- StringDisemblWS.presetAnalize(List<FastaSequence> sequences, - Preset<Disembl> preset) - -
-           
- StringGlobPlotWS.presetAnalize(List<FastaSequence> sequences, - Preset<GlobPlot> preset) - -
-           
- StringIUPredWS.presetAnalize(List<FastaSequence> sequences, - Preset<IUPred> preset) - -
-           
- StringSequenceAnnotationService.presetAnalize(List<FastaSequence> sequences, - Preset<T> preset) - -
-           
-static voidWSUtil.validateAAConInput(List<FastaSequence> sequences) - -
-           
-static voidWSUtil.validateFastaInput(List<FastaSequence> sequences) - -
-           
-  -

-


- - - - - - - - - - - - - - - -
- -
- - - -
- - -