org.openmobileis.module.terminal.StaticModuleManagerListener Class Reference

Inheritance diagram for org.openmobileis.module.terminal.StaticModuleManagerListener:

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

Detailed Description

Author:
phil

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.


Member Function Documentation

void org.openmobileis.module.terminal.StaticModuleManagerListener.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 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.

Returns:

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.

Returns:

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.

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

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


The documentation for this class was generated from the following file:
Generated on Mon Dec 4 11:03:40 2006 for OpenMobileIS by  doxygen 1.5.1-p1