|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object java.util.TimerTask org.quartz.locality.constraint.evaluator.EvaluatorTimerTask
public abstract class EvaluatorTimerTask
An evaluator that performs monitoring on a regular basis
Nested Class Summary | |
---|---|
static class |
EvaluatorTimerTask.Status
|
Constructor Summary | |
---|---|
EvaluatorTimerTask()
|
Method Summary | |
---|---|
void |
cancelMonitoring()
Permanently cancels the timer backing this instance. |
static int |
getInterval()
|
EvaluatorTimerTask.Status |
getStatus()
|
protected abstract void |
monitor()
|
void |
pauseMonitoring()
Pauses the monitoring |
void |
resumeMonitoring()
resumes the monitoring |
void |
run()
|
void |
startMonitoring()
Starts the monitoring |
Methods inherited from class java.util.TimerTask |
---|
cancel, scheduledExecutionTime |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public EvaluatorTimerTask()
Method Detail |
---|
public void run()
run
in interface Runnable
run
in class TimerTask
protected abstract void monitor()
public void startMonitoring()
public void pauseMonitoring()
public void resumeMonitoring()
public void cancelMonitoring()
public EvaluatorTimerTask.Status getStatus()
public static int getInterval()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |