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
 boolean cancelJob(String jobId)
           
 JobStatus getJobStatus(String jobId)
           
 Limit<T> getLimit(String presetName)
           
 LimitsManager<T> getLimits()
           
 PresetManager<T> getPresets()
           
 RunnerConfig<T> getRunnerOptions()
           
 ChunkHolder pullExecStatistics(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