compbio.ws.server
Class JronnWS

java.lang.Object
  extended by compbio.ws.server.GenericMetadataService
      extended by compbio.ws.server.SequenceAnnotationService<Jronn>
          extended by compbio.ws.server.JronnWS
All Implemented Interfaces:
JABAService, JManagement, Metadata<Jronn>, SequenceAnnotation<Jronn>

public class JronnWS
extends SequenceAnnotationService<Jronn>
implements SequenceAnnotation<Jronn>


Field Summary
 
Fields inherited from interface compbio.data.msa.JABAService
SERVICE_NAMESPACE, V2_SERVICE_NAMESPACE
 
Constructor Summary
JronnWS()
           
 
Method Summary
 ChunkHolder pullExecStatistics(String jobId, long position)
          Assume statistics is not supported
 
Methods inherited from class compbio.ws.server.SequenceAnnotationService
analize, customAnalize, getAnnotation, presetAnalize
 
Methods inherited from class compbio.ws.server.GenericMetadataService
cancelJob, getJobStatus, getLimit, getLimits, getPresets, getRunnerOptions
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface compbio.data.msa.SequenceAnnotation
analize, customAnalize, getAnnotation, presetAnalize
 
Methods inherited from interface compbio.data.msa.JManagement
cancelJob, getJobStatus
 
Methods inherited from interface compbio.data.msa.Metadata
getLimit, getLimits, getPresets, getRunnerOptions
 

Constructor Detail

JronnWS

public JronnWS()
Method Detail

pullExecStatistics

public ChunkHolder pullExecStatistics(String jobId,
                                      long position)
Description copied from class: GenericMetadataService
Assume statistics is not supported

Specified by:
pullExecStatistics in interface JManagement
Overrides:
pullExecStatistics in class GenericMetadataService
Parameters:
jobId - - unique job identifier
position - - next position within the file to read
Returns:
ChunkHolder
See Also:
ChunkHolder