Inheritance diagram for org.openmobileis.test.bundle.profil.TestModuleManagerListener:
Definition at line 40 of file TestModuleManagerListener.java.
Public Member Functions | |
TestModuleManagerListener () | |
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. | |
Public Attributes | |
ProfileModule[] | loadedModuleNames = new ProfileModule[10] |
int | currentIndex = 0 |
void org.openmobileis.test.bundle.profil.TestModuleManagerListener.initManager | ( | ) | throws ServiceException |
call during module management init.
Do all init needed before module loading.
ServiceException |
Implements org.openmobileis.module.terminal.ModuleManagerListener.
Definition at line 49 of file TestModuleManagerListener.java.
void org.openmobileis.test.bundle.profil.TestModuleManagerListener.notifyModuleLoading | ( | ProfileModule | module | ) | throws ServiceException |
call when a new module must be loaded.
Do all the module loading.
module |
ServiceException |
Implements org.openmobileis.module.terminal.ModuleManagerListener.
Definition at line 56 of file TestModuleManagerListener.java.
References org.openmobileis.test.bundle.profil.TestModuleManagerListener.currentIndex, and org.openmobileis.test.bundle.profil.TestModuleManagerListener.loadedModuleNames.
String org.openmobileis.test.bundle.profil.TestModuleManagerListener.getXMLInstallPath | ( | ) |
return the path where module xml must be stored.
Implements org.openmobileis.module.terminal.ModuleManagerListener.
Definition at line 59 of file TestModuleManagerListener.java.
Referenced by org.openmobileis.test.bundle.profil.TestBaseProfil.testCompleteProfilJarSynchro().
String org.openmobileis.test.bundle.profil.TestModuleManagerListener.getJarInstallPath | ( | ) |
return the path where module jar must be stored.
Implements org.openmobileis.module.terminal.ModuleManagerListener.
Definition at line 63 of file TestModuleManagerListener.java.
Referenced by org.openmobileis.test.bundle.profil.TestBaseProfil.testCompleteProfilJarSynchro().
void org.openmobileis.test.bundle.profil.TestModuleManagerListener.notifyModuleUpdate | ( | ProfileModule | module | ) | throws ServiceException |
call when a module has been updated by the synchro.
module |
ServiceException |
Implements org.openmobileis.module.terminal.ModuleManagerListener.
Definition at line 67 of file TestModuleManagerListener.java.