public class JobMonitor extends NodeTask
| Modifier and Type | Method and Description |
|---|---|
GenieTaskScheduleType |
getScheduleType()
Get the type of scheduling mechanism which should be used to schedule this task.
|
org.springframework.scheduling.Trigger |
getTrigger()
Get the Trigger which this task should be scheduled with.
|
void |
run()
This will check the process identified by the pid supplied to the constructor.
|
getFixedDelay, getFixedRatepublic void run()
public GenieTaskScheduleType getScheduleType()
getScheduleType in class GenieTaskpublic org.springframework.scheduling.Trigger getTrigger()
getTrigger in class GenieTask