org.openmobileis.bundle.osgi.terminal.OSGIOpenMSPSyncListener Class Reference

Inheritance diagram for org.openmobileis.bundle.osgi.terminal.OSGIOpenMSPSyncListener:

org.openmobileis.synchro.openmsp.client.EmptyOpenMSPSyncListener org.openmobileis.module.terminal.ModuleManagerListener org.openmobileis.synchro.openmsp.client.OpenMSPSyncListener List of all members.

Detailed Description

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.


Member Function Documentation

String org.openmobileis.bundle.osgi.terminal.OSGIOpenMSPSyncListener.getJarInstallPath (  ) 

return the path where module jar must be stored.

Returns:

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.

Returns:

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.

Exceptions:
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.

Parameters:
module 
Exceptions:
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.

Parameters:
module 
Exceptions:
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.


The documentation for this class was generated from the following file:
Generated on Tue May 22 23:01:15 2007 for OpenMobileIS by  doxygen 1.5.1-p1