Class ServerLayerStatsUpdateJob
java.lang.Object
com.kheops.jmap.server.datasources.ServerLayerStatsUpdateJob
- All Implemented Interfaces:
ServerLayerJob
,WorkerThreadJob
-
Constructor Summary
ConstructorDescriptionServerLayerStatsUpdateJob
(int projectId, int layerId, int spatialDataSourceId, Attribute[] attributes) -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface com.kheops.jmap.server.datasources.ServerLayerJob
getLayerId, getProgress, getProjectId, getSpatialDataSourceId, getStatus
-
Constructor Details
-
ServerLayerStatsUpdateJob
public ServerLayerStatsUpdateJob(int projectId, int layerId, int spatialDataSourceId, Attribute[] attributes)
-
-
Method Details
-
execute
- Specified by:
execute
in interfaceWorkerThreadJob
- Throws:
Exception
-
getId
public int getId()- Specified by:
getId
in interfaceWorkerThreadJob
-
cancel
public void cancel()- Specified by:
cancel
in interfaceWorkerThreadJob
-
jobQueued
public void jobQueued()- Specified by:
jobQueued
in interfaceWorkerThreadJob
-