public class ConceptIndexUpdateTask extends AbstractTask
isExecuting, taskDefinition
Constructor and Description |
---|
ConceptIndexUpdateTask() |
Modifier and Type | Method and Description |
---|---|
void |
execute()
Executes the task defined in the task definition.
|
void |
initialize(TaskDefinition config)
Initializes the task and sets the task definition.
|
void |
shutdown()
Callback method used to clean up resources used during the tasks execution.
|
authenticate, getTaskDefinition, isExecuting, startExecuting, stopExecuting
public void execute()
Task
execute
in interface Task
execute
in class AbstractTask
AbstractTask.execute()
public void initialize(TaskDefinition config)
Task
initialize
in interface Task
initialize
in class AbstractTask
Task.initialize(org.openmrs.scheduler.TaskDefinition)
public void shutdown()
Task
shutdown
in interface Task
shutdown
in class AbstractTask
Task.shutdown()
Copyright © 2018 OpenMRS Inc.. All Rights Reserved.