org.openmrs.scheduler.tasks
Class AlertReminderTask

java.lang.Object
  extended by org.openmrs.scheduler.tasks.AbstractTask
      extended by org.openmrs.scheduler.tasks.AlertReminderTask
All Implemented Interfaces:
Task

public class AlertReminderTask
extends AbstractTask

Sample implementation of task that shows how to send emails to users/roles via message service.


Field Summary
 
Fields inherited from class org.openmrs.scheduler.tasks.AbstractTask
isExecuting, taskDefinition
 
Constructor Summary
AlertReminderTask()
           
 
Method Summary
 void execute()
          Send alert reminder email to user(s) associated with the alert.
 
Methods inherited from class org.openmrs.scheduler.tasks.AbstractTask
authenticate, getTaskDefinition, initialize, isExecuting, shutdown, startExecuting, stopExecuting
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AlertReminderTask

public AlertReminderTask()
Method Detail

execute

public void execute()
Send alert reminder email to user(s) associated with the alert.

Specified by:
execute in interface Task
Specified by:
execute in class AbstractTask
See Also:
Task.execute()

OpenMRS-1.7.x

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