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

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

org.openmobileis.bundle.osgi.terminal.OSGIOpenMISRubricLoad org.openmobileis.examples.simpleappli.terminal.SimpleAppliRuBricLoader org.openmobileis.module.test.terminal.TestRubricLoader

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
void postLoadingService (Service service) throws ServiceException
 call after the service has been loaded.
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.bundle.osgi.terminal.OSGIOpenMISRubricLoad, org.openmobileis.module.test.terminal.TestRubricLoader, 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.bundle.osgi.terminal.OSGIOpenMISRubricLoad, org.openmobileis.module.test.terminal.TestRubricLoader, and org.openmobileis.examples.simpleappli.terminal.SimpleAppliRuBricLoader.

void org.openmobileis.modules.profiles.terminal.RubricLoader.postLoadingService ( Service  service  )  throws ServiceException

call after the service has been loaded.

Override it to add specific init for a service.

Parameters:
 
Returns:
:

Definition at line 69 of file RubricLoader.java.

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 76 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.bundle.osgi.terminal.OSGIOpenMISRubricLoad, org.openmobileis.module.test.terminal.TestRubricLoader, and org.openmobileis.examples.simpleappli.terminal.SimpleAppliRuBricLoader.


The documentation for this class was generated from the following file:
Generated on Mon Jan 11 21:19:22 2010 for OpenMobileIS by  doxygen 1.5.4