org.openmobileis.modules.profiles.terminal.RubricLoader Class Reference

Inheritance diagram for org.openmobileis.modules.profiles.terminal.RubricLoader:

org.openmobileis.examples.mycrm.terminal.CRMRubricLoader org.openmobileis.examples.simpleappli.terminal.SimpleAppliRuBricLoader org.openmobileis.module.OpenMisModuleRubricLoader org.openmobileis.module.profiles.terminal.OpenMISRubricLoader List of all members.

Detailed Description

Title: OpenMobileIS project source
Description: Class that load module rubric and manage the rubric life cycle.

Author:
Philippe Delrieu
Since:
JDK 1.1
Version:
1.0.

Definition at line 42 of file RubricLoader.java.

Public Member Functions

 RubricLoader ()
 Creates a new instance of ModuleLoader.
abstract void preLoadingInit () throws ServiceException
 call before the loading of the services
abstract void postLoadingInit () throws ServiceException
 call after the loading of the services
Array loadService () throws ServiceException
 load all service attached to this module.
abstract String[] getServiceClassList () throws ServiceException
 call to get all service classes to load.


Member Function Documentation

abstract void org.openmobileis.modules.profiles.terminal.RubricLoader.preLoadingInit (  )  throws ServiceException [pure virtual]

call before the loading of the services

Parameters:
 
Returns:
:

Implemented in org.openmobileis.module.OpenMisModuleRubricLoader, org.openmobileis.module.profiles.terminal.OpenMISRubricLoader, org.openmobileis.examples.mycrm.terminal.CRMRubricLoader, and org.openmobileis.examples.simpleappli.terminal.SimpleAppliRuBricLoader.

abstract void org.openmobileis.modules.profiles.terminal.RubricLoader.postLoadingInit (  )  throws ServiceException [pure virtual]

call after the loading of the services

Parameters:
 
Returns:
:

Implemented in org.openmobileis.module.OpenMisModuleRubricLoader, org.openmobileis.module.profiles.terminal.OpenMISRubricLoader, org.openmobileis.examples.mycrm.terminal.CRMRubricLoader, and org.openmobileis.examples.simpleappli.terminal.SimpleAppliRuBricLoader.

Array org.openmobileis.modules.profiles.terminal.RubricLoader.loadService (  )  throws ServiceException

load all service attached to this module.

Returns:
and array of loaded service.

Definition at line 68 of file RubricLoader.java.

References org.openmobileis.common.util.collection.Array.add().

abstract String [] org.openmobileis.modules.profiles.terminal.RubricLoader.getServiceClassList (  )  throws ServiceException [pure virtual]

call to get all service classes to load.

Parameters:
 
Returns:
:

Implemented in org.openmobileis.module.OpenMisModuleRubricLoader, org.openmobileis.module.profiles.terminal.OpenMISRubricLoader, org.openmobileis.examples.mycrm.terminal.CRMRubricLoader, and org.openmobileis.examples.simpleappli.terminal.SimpleAppliRuBricLoader.


The documentation for this class was generated from the following file:
Generated on Mon Dec 4 11:03:40 2006 for OpenMobileIS by  doxygen 1.5.1-p1