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 SummaryModifier and TypeMethodDescriptionvoidschCallback(int jobId) This method is called when a client is notified by the scheduler.
- 
Method Details- 
schCallbackvoid schCallback(int jobId) This method is called when a client is notified by the scheduler.- Parameters:
- jobId- the corresponding job Id
 
 
-