org.openmobileis.test.bundle.profil.TestModuleManagerListener Class Reference

Inheritance diagram for org.openmobileis.test.bundle.profil.TestModuleManagerListener:

org.openmobileis.module.terminal.ModuleManagerListener List of all members.

Detailed Description

Definition at line 40 of file TestModuleManagerListener.java.

Public Member Functions

 TestModuleManagerListener ()
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.

Public Attributes

ProfileModule[] loadedModuleNames = new ProfileModule[10]
int currentIndex = 0


Member Function Documentation

void org.openmobileis.test.bundle.profil.TestModuleManagerListener.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 49 of file TestModuleManagerListener.java.

void org.openmobileis.test.bundle.profil.TestModuleManagerListener.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 56 of file TestModuleManagerListener.java.

References org.openmobileis.test.bundle.profil.TestModuleManagerListener.currentIndex, and org.openmobileis.test.bundle.profil.TestModuleManagerListener.loadedModuleNames.

String org.openmobileis.test.bundle.profil.TestModuleManagerListener.getXMLInstallPath (  ) 

return the path where module xml must be stored.

Returns:

Implements org.openmobileis.module.terminal.ModuleManagerListener.

Definition at line 59 of file TestModuleManagerListener.java.

Referenced by org.openmobileis.test.bundle.profil.TestBaseProfil.testCompleteProfilJarSynchro().

String org.openmobileis.test.bundle.profil.TestModuleManagerListener.getJarInstallPath (  ) 

return the path where module jar must be stored.

Returns:

Implements org.openmobileis.module.terminal.ModuleManagerListener.

Definition at line 63 of file TestModuleManagerListener.java.

Referenced by org.openmobileis.test.bundle.profil.TestBaseProfil.testCompleteProfilJarSynchro().

void org.openmobileis.test.bundle.profil.TestModuleManagerListener.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 67 of file TestModuleManagerListener.java.


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