Package com.netscape.certsrv.jobs
Class JobPlugin
- java.lang.Object
-
- com.netscape.certsrv.jobs.JobPlugin
-
public class JobPlugin extends java.lang.Object
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 Summary
Fields Modifier and Type Field Description protected java.lang.String
mClassPath
The Java class name of this job plugin.protected java.lang.String
mId
The plugin name of this job
-
Constructor Summary
Constructors Constructor Description JobPlugin(java.lang.String id, java.lang.String classPath)
Constructor for a Job plugin.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getClassPath()
get the Java class namejava.lang.String
getId()
get the job plugin name
-