Package com.kheops.jmap.server
Interface WorkerThreadManagerFacade
public interface WorkerThreadManagerFacade
-
Method Summary
Modifier 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
-
getSpatialDataSourceJobStatus
int getSpatialDataSourceJobStatus(int spatialDataSourceId) -
getSpatialDataSourceJobProgress
int getSpatialDataSourceJobProgress(int spatialDataSourceId) -
getServerLayerJobStatus
int getServerLayerJobStatus(int projectId, int layerId) -
getServerLayerJobStatus
int getServerLayerJobStatus(int spatialDataSourceId) -
getServerLayerJobProgress
int getServerLayerJobProgress(int projectId, int layerId) -
isSpatialDataSourceJobCancelled
boolean isSpatialDataSourceJobCancelled(int spatialDataSourceId) -
getJobs
List<WorkerThreadJob> getJobs()
-