org.openmobileis.module.test.terminal
Class TestRubricLoader

java.lang.Object
  extended byorg.openmobileis.modules.profiles.terminal.RubricLoader
      extended byorg.openmobileis.module.test.terminal.TestRubricLoader

public final class TestRubricLoader
extends RubricLoader

Title: OpenMobileIS project source
Description:

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

Constructor Summary
TestRubricLoader()
           
 
Method Summary
 java.lang.String[] getServiceClassList()
          call to get all service classes to load.
 void postLoadingInit()
          call after the loading of the services
 void preLoadingInit()
          call before the loading of the services
 
Methods inherited from class org.openmobileis.modules.profiles.terminal.RubricLoader
loadService, postLoadingService
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TestRubricLoader

public TestRubricLoader()
Method Detail

getServiceClassList

public java.lang.String[] getServiceClassList()
                                       throws ServiceException
Description copied from class: RubricLoader
call to get all service classes to load.

Specified by:
getServiceClassList in class RubricLoader
Throws:
ServiceException

postLoadingInit

public void postLoadingInit()
                     throws ServiceException
Description copied from class: RubricLoader
call after the loading of the services

Specified by:
postLoadingInit in class RubricLoader
Throws:
ServiceException

preLoadingInit

public void preLoadingInit()
                    throws ServiceException
Description copied from class: RubricLoader
call before the loading of the services

Specified by:
preLoadingInit in class RubricLoader
Throws:
ServiceException


Copyright 2006 OpenMobileIS. All Rights Reserved.