Inheritance diagram for org.openmobileis.module.terminal.ModuleManagerListener:
Definition at line 38 of file ModuleManagerListener.java.
Public Member Functions | |
void | initManager () throws ServiceException |
call during module management init. | |
void | notifyModuleLoading (ProfileModule module) throws ServiceException |
call when a new module must be loaded. | |
String | getXMLInstallPath () |
return the path where module xml must be stored. | |
String | getJarInstallPath () |
return the path where module jar must be stored. | |
void | notifyModuleUpdate (ProfileModule module) throws ServiceException |
call when a module has been updated by the synchro. |
void org.openmobileis.module.terminal.ModuleManagerListener.initManager | ( | ) | throws ServiceException |
call during module management init.
Do all init needed before module loading.
ServiceException |
Implemented in org.openmobileis.module.terminal.StaticModuleManagerListener, and org.openmobileis.test.bundle.profil.TestModuleManagerListener.
void org.openmobileis.module.terminal.ModuleManagerListener.notifyModuleLoading | ( | ProfileModule | module | ) | throws ServiceException |
call when a new module must be loaded.
Do all the module loading.
module |
ServiceException |
Implemented in org.openmobileis.module.terminal.StaticModuleManagerListener, and org.openmobileis.test.bundle.profil.TestModuleManagerListener.
Referenced by org.openmobileis.module.terminal.ModuleManager.loadModule().
String org.openmobileis.module.terminal.ModuleManagerListener.getXMLInstallPath | ( | ) |
return the path where module xml must be stored.
Implemented in org.openmobileis.module.terminal.StaticModuleManagerListener, and org.openmobileis.test.bundle.profil.TestModuleManagerListener.
Referenced by org.openmobileis.module.terminal.ModuleManager.initModule().
String org.openmobileis.module.terminal.ModuleManagerListener.getJarInstallPath | ( | ) |
return the path where module jar must be stored.
Implemented in org.openmobileis.module.terminal.StaticModuleManagerListener, and org.openmobileis.test.bundle.profil.TestModuleManagerListener.
Referenced by org.openmobileis.module.terminal.ModuleManager.initModule().
void org.openmobileis.module.terminal.ModuleManagerListener.notifyModuleUpdate | ( | ProfileModule | module | ) | throws ServiceException |
call when a module has been updated by the synchro.
module |
ServiceException |
Implemented in org.openmobileis.module.terminal.StaticModuleManagerListener, and org.openmobileis.test.bundle.profil.TestModuleManagerListener.
Referenced by org.openmobileis.module.terminal.ModuleManager.notifyModuleUpdateAfterSynchro().