Package com.netscape.certsrv.jobs
Class JobPlugin
- java.lang.Object
-
- com.netscape.certsrv.jobs.JobPlugin
-
public class JobPlugin extends java.lang.ObjectThis 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.StringmClassPathThe Java class name of this job plugin.protected java.lang.StringmIdThe 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.StringgetClassPath()get the Java class namejava.lang.StringgetId()get the job plugin name
-