org.openmobileis.module.terminal.ModuleManagerListener Interface Reference

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

org.openmobileis.module.terminal.StaticModuleManagerListener org.openmobileis.test.bundle.profil.TestModuleManagerListener List of all members.

Detailed Description

Definition at line 38 of file ModuleManagerListener.java.

Public Member Functions

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.


Member Function Documentation

void org.openmobileis.module.terminal.ModuleManagerListener.initManager (  )  throws ServiceException

call during module management init.

Do all init needed before module loading.

Exceptions:
ServiceException 

Implemented in org.openmobileis.module.terminal.StaticModuleManagerListener, and org.openmobileis.test.bundle.profil.TestModuleManagerListener.

void org.openmobileis.module.terminal.ModuleManagerListener.notifyModuleLoading ( ProfileModule  module  )  throws ServiceException

call when a new module must be loaded.

Do all the module loading.

Parameters:
module 
Exceptions:
ServiceException 

Implemented in org.openmobileis.module.terminal.StaticModuleManagerListener, and org.openmobileis.test.bundle.profil.TestModuleManagerListener.

Referenced by org.openmobileis.module.terminal.ModuleManager.loadModule().

String org.openmobileis.module.terminal.ModuleManagerListener.getXMLInstallPath (  ) 

return the path where module xml must be stored.

Returns:

Implemented in org.openmobileis.module.terminal.StaticModuleManagerListener, and org.openmobileis.test.bundle.profil.TestModuleManagerListener.

Referenced by org.openmobileis.module.terminal.ModuleManager.initModule().

String org.openmobileis.module.terminal.ModuleManagerListener.getJarInstallPath (  ) 

return the path where module jar must be stored.

Returns:

Implemented in org.openmobileis.module.terminal.StaticModuleManagerListener, and org.openmobileis.test.bundle.profil.TestModuleManagerListener.

Referenced by org.openmobileis.module.terminal.ModuleManager.initModule().

void org.openmobileis.module.terminal.ModuleManagerListener.notifyModuleUpdate ( ProfileModule  module  )  throws ServiceException

call when a module has been updated by the synchro.

Parameters:
module 
Exceptions:
ServiceException 

Implemented in org.openmobileis.module.terminal.StaticModuleManagerListener, and org.openmobileis.test.bundle.profil.TestModuleManagerListener.

Referenced by org.openmobileis.module.terminal.ModuleManager.notifyModuleUpdateAfterSynchro().


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