|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.openmrs.scheduler.tasks.AbstractTask org.openmrs.scheduler.tasks.ProcessHL7InQueueTask
public class ProcessHL7InQueueTask
Implementation of a task that process all form entry queues. NOTE: This class does not need to be StatefulTask as we create the context in the constructor.
Field Summary |
---|
Fields inherited from class org.openmrs.scheduler.tasks.AbstractTask |
---|
isExecuting, taskDefinition |
Constructor Summary | |
---|---|
ProcessHL7InQueueTask()
Default Constructor (Uses SchedulerConstants.username and SchedulerConstants.password |
Method Summary | |
---|---|
void |
execute()
Process the next form entry in the database and then remove the form entry from the database. |
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 |
---|
public ProcessHL7InQueueTask()
Method Detail |
---|
public void execute()
execute
in interface Task
execute
in class AbstractTask
Task.execute()
|
OpenMRS-1.7.x | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |