Package com.kheops.util
Interface KSchedulerClient
- All Known Implementing Classes:
DatabaseConnectionPool
,DatabaseNamedConnectionPool
,JMapBaseNetworkConnection
,JMapNetworkConnection
,JMapNetworkConnectionPool
,JMapServerRemoteConnectionPool
,JMapServerThreadPool
,JMapSrvConnection
,KMemoryDataCache
,KObjectPool
,KSocketConnectionPool
,PrintLayoutDesignerPanel
,SdeConnectionPool
,ToolPanListener
public interface KSchedulerClient
KScheduler clients must implement this interface to register with a scheduler.
-
Method Summary
Modifier and TypeMethodDescriptionvoid
schCallback
(int jobId) This method is called when a client is notified by the scheduler.
-
Method Details
-
schCallback
void schCallback(int jobId) This method is called when a client is notified by the scheduler.- Parameters:
jobId
- the corresponding job Id
-