Package com.netscape.certsrv.jobs
Class JobPlugin
java.lang.Object
com.netscape.certsrv.jobs.JobPlugin
This class represents a job plugin registered with the
JobScheduler. A Job plugin can be instantiated into a Job instance
and scheduled by the JobScheduler to run at a scheduled interval
- Version:
- $Revision$, $Date$
-
Field Details
-
mId
The plugin name of this job -
mClassPath
The Java class name of this job plugin. e.g. com.netscape.cms.RenewalNotificationJob
-
-
Constructor Details
-
JobPlugin
Constructor for a Job plugin.- Parameters:
id
- job plugin nameclassPath
- the Java class name of this job plugin
-
-
Method Details
-
getId
get the job plugin name- Returns:
- the name of this job plugin
-
getClassPath
get the Java class name- Returns:
- the Java class name of this plugin
-