|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Task
Method Summary | |
---|---|
void |
execute()
Executes the task defined in the task definition. |
TaskDefinition |
getTaskDefinition()
Returns the task definition associated with this task. |
void |
initialize(TaskDefinition definition)
Initializes the task and sets the task definition. |
boolean |
isExecuting()
Returns true if the task is currently in its execute() method. |
void |
shutdown()
Callback method used to clean up resources used during the tasks execution. |
Method Detail |
---|
void execute()
void initialize(TaskDefinition definition)
definition
- TaskDefinition getTaskDefinition()
boolean isExecuting()
void shutdown()
|
OpenMRS-1.7.x | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |