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   
 

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)