JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
com.kheops.util
Interface KSchedulerClient
All Known Implementing Classes:
DatabaseConnectionPool
,
DatabaseNamedConnectionPool
,
JMapBaseNetworkConnection
,
JMapNetworkConnection
,
JMapNetworkConnectionPool
,
JMapServerConnectionPool
,
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
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method and Description
void
schCallback
(int jobId)
This method is called when a client is notified by the scheduler.
Method Detail
schCallback
void schCallback(int jobId)
This method is called when a client is notified by the scheduler.
Parameters:
jobId
- the corresponding job Id
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method