Main Page | Packages | Class Hierarchy | Class List | Directories | File List | Class Members | Related Pages

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

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

org.openmobileis.examples.mycrm.terminal.CRMRubricLoader org.openmobileis.examples.simpleappli.terminal.SimpleAppliRuBricLoader org.openmobileis.modules.profiles.embedded.core.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 ()
 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.


Member Function Documentation

abstract String [] org.openmobileis.modules.profiles.embedded.RubricLoader.getServiceClassList  )  [pure virtual]
 

call to get all service classes to load.

Parameters:
 
Returns:
:

Implemented in org.openmobileis.examples.mycrm.terminal.CRMRubricLoader, org.openmobileis.examples.simpleappli.terminal.SimpleAppliRuBricLoader, and org.openmobileis.modules.profiles.embedded.core.OpenMISRubricLoader.

Array org.openmobileis.modules.profiles.embedded.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 void org.openmobileis.modules.profiles.embedded.RubricLoader.postLoadingInit  )  [pure virtual]
 

call after the loading of the services

Parameters:
 
Returns:
:

Implemented in org.openmobileis.examples.mycrm.terminal.CRMRubricLoader, org.openmobileis.examples.simpleappli.terminal.SimpleAppliRuBricLoader, and org.openmobileis.modules.profiles.embedded.core.OpenMISRubricLoader.

abstract void org.openmobileis.modules.profiles.embedded.RubricLoader.preLoadingInit  )  [pure virtual]
 

call before the loading of the services

Parameters:
 
Returns:
:

Implemented in org.openmobileis.examples.mycrm.terminal.CRMRubricLoader, org.openmobileis.examples.simpleappli.terminal.SimpleAppliRuBricLoader, and org.openmobileis.modules.profiles.embedded.core.OpenMISRubricLoader.


The documentation for this class was generated from the following file:
Generated on Mon Jul 10 10:29:37 2006 for OpenMobileIS by  doxygen 1.4.4