X-Git-Url: http://source.jalview.org/gitweb/?a=blobdiff_plain;f=website%2Ffull_javadoc%2Fcompbio%2Fws%2Fserver%2FGenericMetadataService.html;fp=website%2Ffull_javadoc%2Fcompbio%2Fws%2Fserver%2FGenericMetadataService.html;h=682d570bcb03a84690fd5f6b3f319c1c252498c2;hb=da8c820a7fb2edecb190589f3dc9c362e57a2f24;hp=0000000000000000000000000000000000000000;hpb=0bbebf27d045b1345bc042bdf24ef2e6808df251;p=jabaws.git diff --git a/website/full_javadoc/compbio/ws/server/GenericMetadataService.html b/website/full_javadoc/compbio/ws/server/GenericMetadataService.html new file mode 100644 index 0000000..682d570 --- /dev/null +++ b/website/full_javadoc/compbio/ws/server/GenericMetadataService.html @@ -0,0 +1,341 @@ + + + + + + +GenericMetadataService + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +compbio.ws.server +
+Class GenericMetadataService<T>

+
+java.lang.Object
+  extended by compbio.ws.server.GenericMetadataService<T>
+
+
+
Direct Known Subclasses:
_MsaService, SequenceAnnotationService
+
+
+
+
public abstract class GenericMetadataService<T>
extends Object
+ + +

+


+ +

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Method Summary
+ booleancancelJob(String jobId) + +
+           
+ JobStatusgetJobStatus(String jobId) + +
+           
+ Limit<T>getLimit(String presetName) + +
+           
+ LimitsManager<T>getLimits() + +
+           
+ PresetManager<T>getPresets() + +
+           
+ RunnerConfig<T>getRunnerOptions() + +
+           
+ ChunkHolderpullExecStatistics(String jobId, + long position) + +
+          Assume statistics is not supported
+ + + + + + + +
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
+  +

+ + + + + + + + +
+Method Detail
+ +

+cancelJob

+
+public boolean cancelJob(String jobId)
+
+
+
+
+
+
+ +

+getJobStatus

+
+public JobStatus getJobStatus(String jobId)
+
+
+
+
+
+
+ +

+getLimit

+
+public Limit<T> getLimit(String presetName)
+
+
+
+
+
+
+ +

+getLimits

+
+public LimitsManager<T> getLimits()
+
+
+
+
+
+
+ +

+getPresets

+
+public PresetManager<T> getPresets()
+
+
+
+
+
+
+ +

+getRunnerOptions

+
+public RunnerConfig<T> getRunnerOptions()
+
+
+
+
+
+
+ +

+pullExecStatistics

+
+public ChunkHolder pullExecStatistics(String jobId,
+                                      long position)
+
+
Assume statistics is not supported +

+

+
Parameters:
jobId -
position - +
Returns:
ChunkHolder
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ + +