public class JobMonitor extends NodeTask
| Modifier and Type | Method and Description |
|---|---|
long |
getFixedDelay()
Get how long the system should wait between invoking the run() method of this task in milliseconds after the
last successful run of the task.
|
GenieTaskScheduleType |
getScheduleType()
Get the type of scheduling mechanism which should be used to schedule this task.
|
void |
run()
This will check the process identified by the pid supplied to the constructor.
|
getFixedRate, getTriggerpublic void run()
public GenieTaskScheduleType getScheduleType()
getScheduleType in class GenieTaskpublic long getFixedDelay()
getFixedDelay in class GenieTask