Uses of Interface
com.netscape.certsrv.jobs.IJob
-
Packages that use IJob Package Description com.netscape.certsrv.jobs com.netscape.cms.jobs -
-
Uses of IJob in com.netscape.certsrv.jobs
Methods in com.netscape.certsrv.jobs that return types with arguments of type IJob Modifier and Type Method Description java.util.Hashtable<java.lang.String,IJob>
IJobsScheduler. getInstances()
Retrieves all the job instances. -
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
PublishCertsJob
a job for the Jobs Scheduler.class
RenewalNotificationJob
A job for the Jobs Scheduler.class
RequestInQueueJob
A job for the Jobs Scheduler.class
UnpublishExpiredJob
a job for the Jobs Scheduler.
-