Inheritance diagram for org.openmobileis.bundle.osgi.terminal.OSGIOpenMSPSyncListener:
Definition at line 8 of file OSGIOpenMSPSyncListener.java.
Public Member Functions | |
String | getJarInstallPath () |
return the path where module jar must be stored. | |
String | getXMLInstallPath () |
return the path where module xml must be stored. | |
void | initManager () throws ServiceException |
call during module management init. | |
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. | |
String | getSyncName () |
Return the name used to identiy the of the listener in the synchro processus. |
String org.openmobileis.bundle.osgi.terminal.OSGIOpenMSPSyncListener.getJarInstallPath | ( | ) |
return the path where module jar must be stored.
Implements org.openmobileis.module.terminal.ModuleManagerListener.
Definition at line 11 of file OSGIOpenMSPSyncListener.java.
String org.openmobileis.bundle.osgi.terminal.OSGIOpenMSPSyncListener.getXMLInstallPath | ( | ) |
return the path where module xml must be stored.
Implements org.openmobileis.module.terminal.ModuleManagerListener.
Definition at line 15 of file OSGIOpenMSPSyncListener.java.
void org.openmobileis.bundle.osgi.terminal.OSGIOpenMSPSyncListener.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 19 of file OSGIOpenMSPSyncListener.java.
void org.openmobileis.bundle.osgi.terminal.OSGIOpenMSPSyncListener.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 22 of file OSGIOpenMSPSyncListener.java.
void org.openmobileis.bundle.osgi.terminal.OSGIOpenMSPSyncListener.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 28 of file OSGIOpenMSPSyncListener.java.
String org.openmobileis.bundle.osgi.terminal.OSGIOpenMSPSyncListener.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 34 of file OSGIOpenMSPSyncListener.java.