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.
|
cancel, scheduledExecutionTime
public TimerSchedulerTask(Task task)
public void run()
run
in interface Runnable
run
in class TimerTask
TimerTask.run()
public void shutdown()
public static void execute(Task task)
Copyright © 2024 OpenMRS Inc.. All rights reserved.