org.openmobileis.module.terminal
Class ModuleManager

java.lang.Object
  extended byorg.openmobileis.module.terminal.ModuleManager

public final class ModuleManager
extends java.lang.Object


Field Summary
static java.lang.String OpenMobileISModuleName
           
 
Method Summary
static ModuleManager getManager()
           
 java.lang.String getModuleRepositoryPath()
           
 void initModule()
           
 void loadModule(ProfileModule module)
           
 void notifyModuleUpdateAfterSynchro(ProfileModule module)
           
 ProfileModule readModuleXmlFiles(java.lang.String moduleName)
           
 void registerModuleManagerListener(ModuleManagerListener listener)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

OpenMobileISModuleName

public static final java.lang.String OpenMobileISModuleName
See Also:
Constant Field Values
Method Detail

getManager

public static ModuleManager getManager()

getModuleRepositoryPath

public java.lang.String getModuleRepositoryPath()

registerModuleManagerListener

public void registerModuleManagerListener(ModuleManagerListener listener)

initModule

public void initModule()
                throws ServiceException
Throws:
ServiceException

loadModule

public void loadModule(ProfileModule module)
                throws ServiceException
Throws:
ServiceException

readModuleXmlFiles

public ProfileModule readModuleXmlFiles(java.lang.String moduleName)
                                 throws java.io.FileNotFoundException,
                                        java.io.IOException,
                                        XmlPullParserException
Throws:
java.io.FileNotFoundException
java.io.IOException
XmlPullParserException

notifyModuleUpdateAfterSynchro

public void notifyModuleUpdateAfterSynchro(ProfileModule module)
                                    throws ServiceException
Throws:
ServiceException


Copyright 2006 OpenMobileIS. All Rights Reserved.