Uses of Class
compbio.metadata.ChunkHolder

Packages that use ChunkHolder
compbio.data.msa Web Service interfaces for JAva Bioinformatics Analysis Web Services. 
compbio.data.msa.jaxws   
compbio.engine   
compbio.ws.server   
 

Uses of ChunkHolder in compbio.data.msa
 

Methods in compbio.data.msa that return ChunkHolder
 ChunkHolder JManagement.pullExecStatistics(String jobId, long position)
          Reads 1kb chunk from the statistics file which is specific to a given web service from the position.
 

Uses of ChunkHolder in compbio.data.msa.jaxws
 

Methods in compbio.data.msa.jaxws that return ChunkHolder
 ChunkHolder PullExecStatisticsResponse.getReturn()
           
 

Methods in compbio.data.msa.jaxws with parameters of type ChunkHolder
 void PullExecStatisticsResponse.setReturn(ChunkHolder _return)
           
 

Uses of ChunkHolder in compbio.engine
 

Methods in compbio.engine that return ChunkHolder
 ChunkHolder FilePuller.pull(long position)
           
static ChunkHolder ProgressGetter.pull(String file, long position)
           
 

Uses of ChunkHolder in compbio.ws.server
 

Methods in compbio.ws.server that return ChunkHolder
 ChunkHolder GenericMetadataService.pullExecStatistics(String jobId, long position)
          Assume statistics is not supported
 ChunkHolder ClustalWS.pullExecStatistics(String jobId, long position)
           
 ChunkHolder _MsaService.pullExecStatistics(String jobId, long position)
           
 ChunkHolder AAConWS.pullExecStatistics(String jobId, long position)
           
 ChunkHolder MuscleWS.pullExecStatistics(String jobId, long position)
           
 ChunkHolder JronnWS.pullExecStatistics(String jobId, long position)
           
 ChunkHolder MafftWS.pullExecStatistics(String jobId, long position)
           
 ChunkHolder TcoffeeWS.pullExecStatistics(String jobId, long position)
           
 ChunkHolder ProbconsWS.pullExecStatistics(String jobId, long position)
           
 ChunkHolder ClustalOWS.pullExecStatistics(String jobId, long position)
           
static ChunkHolder WSUtil.pullFile(String file, long position)