| Package | Description |
|---|---|
| org.openmrs.api.context |
This package describes the context framework through which
authentication is performed and services provided for the OpenMRS system.
|
| org.openmrs.scheduler.timer |
| Modifier and Type | Method and Description |
|---|---|
SchedulerService |
ServiceContext.getSchedulerService() |
static SchedulerService |
Context.getSchedulerService() |
| Modifier and Type | Method and Description |
|---|---|
void |
ServiceContext.setSchedulerService(SchedulerService schedulerService)
Set the scheduler service.
|
| Modifier and Type | Class and Description |
|---|---|
class |
TimerSchedulerServiceImpl
Simple scheduler service that uses JDK timer to trigger and execute scheduled tasks.
|
Copyright © 2024 OpenMRS Inc.. All rights reserved.