Class ServerLayerStatsUpdateJob
java.lang.Object
com.kheops.jmap.server.datasources.ServerLayerStatsUpdateJob
- All Implemented Interfaces:
- ServerLayerJob,- WorkerThreadJob
- 
Constructor SummaryConstructorsConstructorDescriptionServerLayerStatsUpdateJob(int projectId, int layerId, int spatialDataSourceId, Attribute[] attributes) 
- 
Method SummaryMethods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.kheops.jmap.server.datasources.ServerLayerJobgetLayerId, getProgress, getProjectId, getSpatialDataSourceId, getStatus
- 
Constructor Details- 
ServerLayerStatsUpdateJobpublic ServerLayerStatsUpdateJob(int projectId, int layerId, int spatialDataSourceId, Attribute[] attributes) 
 
- 
- 
Method Details- 
execute- Specified by:
- executein interface- WorkerThreadJob
- Throws:
- Exception
 
- 
getIdpublic int getId()- Specified by:
- getIdin interface- WorkerThreadJob
 
- 
cancelpublic void cancel()- Specified by:
- cancelin interface- WorkerThreadJob
 
- 
jobQueuedpublic void jobQueued()- Specified by:
- jobQueuedin interface- WorkerThreadJob
 
 
-