|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ModuleActivator
Contains methods that get called at different stages as the application is executing, you should
extend BaseModuleActivator
instead of directly implementing this interface for forward
compatibility of subclasses.
BaseModuleActivator
Method Summary | |
---|---|
void |
contextRefreshed()
Called after spring's application context is refreshed , this method is called multiple times i.e. |
void |
started()
Called after a module is started, the application context has been refreshed and the module's service methods are ready to be called. |
void |
stopped()
Called after a module is stopped |
void |
willRefreshContext()
Called just before spring's application context is refreshed, this method is called multiple times i.e. |
void |
willStart()
Called after a module has been loaded but before the application context is refreshed, at this point the module's service methods aren't yet available so they can't be called. |
void |
willStop()
Called just before a module is stopped |
Method Detail |
---|
void willRefreshContext()
void contextRefreshed()
void willStart()
void started()
void willStop()
void stopped()
|
OpenMRS-1.7.x | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |