Inheritance diagram for org.openmobileis.modules.profiles.embedded.RubricLoader:
Definition at line 42 of file RubricLoader.java.
Public Member Functions | |
RubricLoader () | |
Creates a new instance of ModuleLoader. | |
abstract void | preLoadingInit () |
call before the loading of the services | |
abstract void | postLoadingInit () |
call after the loading of the services | |
Array | loadService () throws ServiceException |
load all service attached to this module. | |
abstract String[] | getServiceClassList () |
call to get all service classes to load. |
|
call to get all service classes to load.
Implemented in org.openmobileis.examples.mycrm.terminal.CRMRubricLoader, org.openmobileis.examples.simpleappli.terminal.SimpleAppliRuBricLoader, and org.openmobileis.modules.profiles.embedded.core.OpenMISRubricLoader. |
|
load all service attached to this module.
Definition at line 68 of file RubricLoader.java. References org.openmobileis.common.util.collection.Array.add(). |
|
call after the loading of the services
Implemented in org.openmobileis.examples.mycrm.terminal.CRMRubricLoader, org.openmobileis.examples.simpleappli.terminal.SimpleAppliRuBricLoader, and org.openmobileis.modules.profiles.embedded.core.OpenMISRubricLoader. |
|
call before the loading of the services
Implemented in org.openmobileis.examples.mycrm.terminal.CRMRubricLoader, org.openmobileis.examples.simpleappli.terminal.SimpleAppliRuBricLoader, and org.openmobileis.modules.profiles.embedded.core.OpenMISRubricLoader. |