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