public class TimerSchedulerTask
extends java.util.TimerTask
Constructor and Description |
---|
TimerSchedulerTask(Task task)
Public constructor
|
Modifier and Type | Method and Description |
---|---|
static void |
execute(Task task)
Executes the given task.
|
void |
run()
* Executes the action to be performed by this timer task.
|
void |
shutdown()
Shutdown the timer task and invoke the task's shutdown() callback method.
|
public TimerSchedulerTask(Task task)
public void run()
run
in interface java.lang.Runnable
run
in class java.util.TimerTask
TimerTask.run()
public void shutdown()
public static void execute(Task task)
Copyright © 2018 OpenMRS Inc.. All Rights Reserved.