|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.openmobileis.bundle.osgi.terminal.OSGIModuleManagerListener
Constructor Summary | |
OSGIModuleManagerListener(BundleContext bundleContext)
|
Method Summary | |
java.lang.String |
getJarInstallPath()
return the path where module jar must be stored. |
java.lang.String |
getXMLInstallPath()
|
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. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public OSGIModuleManagerListener(BundleContext bundleContext)
Method Detail |
public java.lang.String getJarInstallPath()
ModuleManagerListener
getJarInstallPath
in interface ModuleManagerListener
public java.lang.String getXMLInstallPath()
public void initManager() throws ServiceException
ModuleManagerListener
initManager
in interface ModuleManagerListener
ServiceException
public void notifyModuleLoading(ProfileModule module) throws ServiceException
ModuleManagerListener
notifyModuleLoading
in interface ModuleManagerListener
module
-
ServiceException
public void notifyModuleUpdate(ProfileModule module) throws ServiceException
ModuleManagerListener
notifyModuleUpdate
in interface ModuleManagerListener
module
-
ServiceException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |