|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.netscape.certsrv.jobs.JobPlugin
public class 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
| Field Summary | |
|---|---|
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 | |
|---|---|
JobPlugin(java.lang.String id,
java.lang.String classPath)
Constructor for a Job plugin. |
|
| Method Summary | |
|---|---|
java.lang.String |
getClassPath()
get the Java class name |
java.lang.String |
getId()
get the job plugin name |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected java.lang.String mId
protected java.lang.String mClassPath
| Constructor Detail |
|---|
public JobPlugin(java.lang.String id,
java.lang.String classPath)
id - job plugin nameclassPath - the Java class name of this job plugin| Method Detail |
|---|
public java.lang.String getId()
public java.lang.String getClassPath()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||