org.openmobileis.modules.profiles.embedded
Class RubricLoader

java.lang.Object
  extended byorg.openmobileis.modules.profiles.embedded.RubricLoader
Direct Known Subclasses:
CRMRubricLoader, OpenMISRubricLoader, SimpleAppliRuBricLoader

public abstract class RubricLoader
extends java.lang.Object

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

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

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

RubricLoader

public RubricLoader()
Creates a new instance of ModuleLoader

Method Detail

preLoadingInit

public abstract void preLoadingInit()
call before the loading of the services


postLoadingInit

public abstract void postLoadingInit()
call after the loading of the services


loadService

public Array loadService()
                  throws ServiceException
load all service attached to this module.

Returns:
and array of loaded service.
Throws:
ServiceException

getServiceClassList

public abstract java.lang.String[] getServiceClassList()
call to get all service classes to load.



Copyright 2005 e-Care. All Rights Reserved.