Inheritance diagram for org.openmobileis.module.terminal.StaticModuleManagerListener:
Definition at line 53 of file StaticModuleManagerListener.java.
Public Member Functions | |
StaticModuleManagerListener () | |
void | initManager () throws ServiceException |
call during module management init. | |
String | getSyncName () |
Return the name used to identiy the of the listener in the synchro processus. | |
String | getJarInstallPath () |
return the path where module jar must be stored. | |
String | getXMLInstallPath () |
return the path where module xml must be stored. | |
void | notifyModuleLoading (ProfileModule module) throws ServiceException |
call when a new module must be loaded. | |
void | notifyModuleUpdate (ProfileModule module) throws ServiceException |
call when a module has been updated by the synchro. | |
void | startSync (Credential cred, SynchroDescriptor synchrodescriptor) throws OpenMSPException |
Fire this event once a synchro is starting. | |
void | endSync () throws OpenMSPException |
Fire this event once the current synchro is ended. |
void org.openmobileis.module.terminal.StaticModuleManagerListener.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 64 of file StaticModuleManagerListener.java.
References org.openmobileis.module.terminal.StaticModuleManagerListener.getJarInstallPath().
String org.openmobileis.module.terminal.StaticModuleManagerListener.getSyncName | ( | ) |
Return the name used to identiy the of the listener in the synchro processus.
This name correspond to the source in the OpenMS protocol.
Implements org.openmobileis.synchro.openmsp.client.OpenMSPSyncListener.
Definition at line 82 of file StaticModuleManagerListener.java.
String org.openmobileis.module.terminal.StaticModuleManagerListener.getJarInstallPath | ( | ) |
return the path where module jar must be stored.
Implements org.openmobileis.module.terminal.ModuleManagerListener.
Definition at line 89 of file StaticModuleManagerListener.java.
Referenced by org.openmobileis.module.terminal.StaticModuleManagerListener.initManager().
String org.openmobileis.module.terminal.StaticModuleManagerListener.getXMLInstallPath | ( | ) |
return the path where module xml must be stored.
Implements org.openmobileis.module.terminal.ModuleManagerListener.
Definition at line 96 of file StaticModuleManagerListener.java.
void org.openmobileis.module.terminal.StaticModuleManagerListener.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 103 of file StaticModuleManagerListener.java.
References org.openmobileis.common.util.collection.Array.get(), and org.openmobileis.common.util.collection.Array.size.
void org.openmobileis.module.terminal.StaticModuleManagerListener.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 125 of file StaticModuleManagerListener.java.
References org.openmobileis.common.util.collection.Array.add(), and org.openmobileis.database.fastobjectdb.db.FODBCollection.getName().