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, getFixedRate
public void run()
public GenieTaskScheduleType getScheduleType()
getScheduleType
in class GenieTask
public org.springframework.scheduling.Trigger getTrigger()
getTrigger
in class GenieTask