Modifier and Type | Method and Description |
---|---|
static void |
cancel(MonitorAction action)
Cancel timer task for specified monitor action
|
void |
run()
This method is invoked when poll interval has elapsed
to check if the event trigger conditions are satisfied
in order to fire event.
|
static void |
schedule(MonitorAction action)
Schedule new timer task for specified monitor action
|
cancel, scheduledExecutionTime
public static void schedule(MonitorAction action)
action
- monitor actionpublic static void cancel(MonitorAction action)
action
- monitor actionpublic final void run()
run
in interface Runnable
run
in class TimerTask
TimerTask.run()
Copyright © 1995-2015 Webtide. All Rights Reserved.