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


Method Index

 o getConfigParams()
 o getConfigStore()
 o getId()
 o getImplName()
 o getJobCron()
 o init(String, String, IConfigStore)
 o setId(String)

Methods

 o init
 public abstract void init(String id,
                           String implName,
                           IConfigStore config) throws EBaseException
 o setId
 public abstract void setId(String id)
 o getId
 public abstract String getId()
 o getJobCron
 public abstract JobCron getJobCron()
 o getConfigParams
 public abstract String[] getConfigParams()
 o getImplName
 public abstract String getImplName()
 o getConfigStore
 public abstract IConfigStore getConfigStore()

All Packages  Class Hierarchy  This Package  Previous  Next  Index