Class JobPlugin

java.lang.Object
com.netscape.certsrv.jobs.JobPlugin

public class JobPlugin extends 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 Details

    • mId

      protected String mId
      The plugin name of this job
    • mClassPath

      protected String mClassPath
      The Java class name of this job plugin. e.g. com.netscape.cms.RenewalNotificationJob
  • Constructor Details

    • JobPlugin

      public JobPlugin(String id, String classPath)
      Constructor for a Job plugin.
      Parameters:
      id - job plugin name
      classPath - the Java class name of this job plugin
  • Method Details

    • getId

      public String getId()
      get the job plugin name
      Returns:
      the name of this job plugin
    • getClassPath

      public String getClassPath()
      get the Java class name
      Returns:
      the Java class name of this plugin