|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.openmobileis.modules.profiles.terminal.RubricLoader
Title: OpenMobileIS project source
Description: Class that load module rubric and manage the rubric life cycle.
Constructor Summary | |
RubricLoader()
Creates a new instance of ModuleLoader |
Method Summary | |
abstract java.lang.String[] |
getServiceClassList()
call to get all service classes to load. |
Array |
loadService()
load all service attached to this module. |
abstract void |
postLoadingInit()
call after the loading of the services |
abstract void |
preLoadingInit()
call before the loading of the services |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public RubricLoader()
Method Detail |
public abstract void preLoadingInit() throws ServiceException
ServiceException
public abstract void postLoadingInit() throws ServiceException
ServiceException
public Array loadService() throws ServiceException
ServiceException
public abstract java.lang.String[] getServiceClassList() throws ServiceException
ServiceException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |