Uses of Interface
com.netscape.certsrv.jobs.IJob
-
Packages that use IJob Package Description com.netscape.cms.jobs com.netscape.cmscore.jobs -
-
Uses of IJob in com.netscape.cms.jobs
Classes in com.netscape.cms.jobs that implement IJob Modifier and Type Class Description class
AJobBase
This abstract class is a base job for real job extentions for the Jobs Scheduler.class
RequestInQueueJob
A job for the Jobs Scheduler. -
Uses of IJob in com.netscape.cmscore.jobs
Fields in com.netscape.cmscore.jobs with type parameters of type IJob Modifier and Type Field Description java.util.Hashtable<java.lang.String,IJob>
JobsScheduler. mJobs
Methods in com.netscape.cmscore.jobs that return types with arguments of type IJob Modifier and Type Method Description java.util.Hashtable<java.lang.String,IJob>
JobsScheduler. getInstances()
Retrieves all the job instances.Methods in com.netscape.cmscore.jobs with parameters of type IJob Modifier and Type Method Description protected boolean
JobsScheduler. isShowTime(IJob job, java.util.Calendar now)
Is it time for the job?
-