Class ServerLayerStatsUpdateJob
java.lang.Object
com.kheops.jmap.server.datasources.ServerLayerStatsUpdateJob
- All Implemented Interfaces:
ServerLayerJob,WorkerThreadJob
-
Constructor Summary
ConstructorsConstructorDescriptionServerLayerStatsUpdateJob(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, waitMethods 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:
executein interfaceWorkerThreadJob- Throws:
Exception
-
getId
public int getId()- Specified by:
getIdin interfaceWorkerThreadJob
-
cancel
public void cancel()- Specified by:
cancelin interfaceWorkerThreadJob
-
jobQueued
public void jobQueued()- Specified by:
jobQueuedin interfaceWorkerThreadJob
-