Package com.kheops.jmap.server
Interface WorkerThreadManagerFacade
public interface WorkerThreadManagerFacade
- 
Method SummaryModifier and TypeMethodDescriptionbooleanaddJob(WorkerThreadJob newJob) getJobs()intgetServerLayerJobProgress(int projectId, int layerId) intgetServerLayerJobStatus(int spatialDataSourceId) intgetServerLayerJobStatus(int projectId, int layerId) intgetSpatialDataSourceJobProgress(int spatialDataSourceId) intgetSpatialDataSourceJobStatus(int spatialDataSourceId) booleanisSpatialDataSourceJobCancelled(int spatialDataSourceId) 
- 
Method Details- 
addJob
- 
getSpatialDataSourceJobStatusint getSpatialDataSourceJobStatus(int spatialDataSourceId) 
- 
getSpatialDataSourceJobProgressint getSpatialDataSourceJobProgress(int spatialDataSourceId) 
- 
getServerLayerJobStatusint getServerLayerJobStatus(int projectId, int layerId) 
- 
getServerLayerJobStatusint getServerLayerJobStatus(int spatialDataSourceId) 
- 
getServerLayerJobProgressint getServerLayerJobProgress(int projectId, int layerId) 
- 
isSpatialDataSourceJobCancelledboolean isSpatialDataSourceJobCancelled(int spatialDataSourceId) 
- 
getJobsList<WorkerThreadJob> getJobs()
 
-