|
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.openmrs.api.impl.BaseOpenmrsService
public abstract class BaseOpenmrsService
Default method implementations for the OpenmrsService.
It is recommended that all services extend this class instead of simply implementing the OpenmrsService class. This will allow for some buffer room so that inheriting classes don't have to immediately implement all methods in OpenmrsService
OpenmrsService| Constructor Summary | |
|---|---|
BaseOpenmrsService()
|
|
| Method Summary | |
|---|---|
void |
onShutdown()
Called when the OpenMRS service layer is shutting down |
void |
onStartup()
Called when the OpenMRS service layer is initializing. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public BaseOpenmrsService()
| Method Detail |
|---|
public void onShutdown()
OpenmrsService
onShutdown in interface OpenmrsServiceOpenmrsService.onShutdown()public void onStartup()
OpenmrsService
onStartup in interface OpenmrsServiceOpenmrsService.onStartup()
|
OpenMRS-1.7.x | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||