org.openmrs.scheduler
Class StatefulTask

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

public abstract class StatefulTask
extends AbstractTask

Stateful task


Field Summary
 
Fields inherited from class org.openmrs.scheduler.tasks.AbstractTask
isExecuting, taskDefinition
 
Constructor Summary
StatefulTask()
           
 
Method Summary
 Context getContext()
          Returns the context.
 void setContext(Context context)
          Set the context for this task.
 
Methods inherited from class org.openmrs.scheduler.tasks.AbstractTask
authenticate, execute, 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

StatefulTask

public StatefulTask()
Method Detail

setContext

public void setContext(Context context)
Set the context for this task.


getContext

public Context getContext()
Returns the context.


OpenMRS-1.7.x

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