org.openmobileis.modules.profiles.terminal
Class RubricLoader

java.lang.Object
  extended byorg.openmobileis.modules.profiles.terminal.RubricLoader

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()
                             throws ServiceException
call before the loading of the services

Throws:
ServiceException

postLoadingInit

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

Throws:
ServiceException

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()
                                                throws ServiceException
call to get all service classes to load.

Throws:
ServiceException


Copyright 2006 OpenMobileIS. All Rights Reserved.