org.openmobileis.module.terminal
Interface ModuleManagerListener

All Known Implementing Classes:
ColdUpdateModuleManagerListener, OSGIModuleManagerListener, TestModuleManagerListener

public interface ModuleManagerListener


Method Summary
 java.lang.String getJarInstallPath()
          return the path where module jar must be stored.
 void initManager()
          call during module management init.
 void notifyModuleLoading(ProfileModule module)
          call when a new module must be loaded.
 void notifyModuleUpdate(ProfileModule module)
          call when a module has been updated by the synchro.
 

Method Detail

initManager

public void initManager()
                 throws ServiceException
call during module management init. Do all init needed before module loading.

Throws:
ServiceException

notifyModuleLoading

public void notifyModuleLoading(ProfileModule module)
                         throws ServiceException
call when a new module must be loaded. Do all the module loading.

Parameters:
module -
Throws:
ServiceException

getJarInstallPath

public java.lang.String getJarInstallPath()
return the path where module jar must be stored.

Returns:

notifyModuleUpdate

public void notifyModuleUpdate(ProfileModule module)
                        throws ServiceException
call when a module has been updated by the synchro.

Parameters:
module -
Throws:
ServiceException


Copyright 2006 OpenMobileIS. All Rights Reserved.