All Packages Class Hierarchy This Package Previous Next Index
Interface com.netscape.certsrv.jobs.IJob
- public interface IJob
an interface for a job of the Job Scheduler
-
getConfigParams()
-
-
getConfigStore()
-
-
getId()
-
-
getImplName()
-
-
getJobCron()
-
-
init(String, String, IConfigStore)
-
-
setId(String)
-
init
public abstract void init(String id,
String implName,
IConfigStore config) throws EBaseException
setId
public abstract void setId(String id)
getId
public abstract String getId()
getJobCron
public abstract JobCron getJobCron()
getConfigParams
public abstract String[] getConfigParams()
getImplName
public abstract String getImplName()
getConfigStore
public abstract IConfigStore getConfigStore()
All Packages Class Hierarchy This Package Previous Next Index