org.openmrs.scheduler.timer
Class TimerSchedulerTask

java.lang.Object
  extended by java.util.TimerTask
      extended by org.openmrs.scheduler.timer.TimerSchedulerTask
All Implemented Interfaces:
java.lang.Runnable

public class TimerSchedulerTask
extends java.util.TimerTask


Constructor Summary
TimerSchedulerTask(Task task)
          Public constructor
 
Method Summary
 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.
 
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

TimerSchedulerTask

public TimerSchedulerTask(Task task)
Public constructor

Method Detail

run

public void run()
* Executes the action to be performed by this timer task.

Specified by:
run in interface java.lang.Runnable
Specified by:
run in class java.util.TimerTask
See Also:
TimerTask.run()

shutdown

public void shutdown()
Shutdown the timer task and invoke the task's shutdown() callback method.


OpenMRS-1.7.x

Generated Apr 27 2012 10:06 PM. NOTE - these libraries are in active development and subject to change