OpenMisModuleRubricLoader.java

00001 
00025 package org.openmobileis.module;
00026 
00027 import org.openmobileis.common.util.exception.ServiceException;
00028 import org.openmobileis.modules.profiles.terminal.RubricLoader;
00029 
00030 /*
00031  * Title:        OpenMobileIS project source <BR>
00032  * Description:
00033  * @author      Philippe Delrieu
00034  * @since       JDK 1.1
00035  * @version 1.0.
00036  */
00037 
00038 public final class OpenMisModuleRubricLoader extends RubricLoader {
00039 
00043   public OpenMisModuleRubricLoader() {
00044   }
00045 
00046   /* (non-Javadoc)
00047    * @see org.openmobileis.modules.profiles.embedded.RubricLoader#getServiceClassList()
00048    */
00049   
00050   public String[] getServiceClassList()  throws ServiceException{
00051     String[] ret = new String[3];
00052     ret[0]="org.openmobileis.synchro.openmsp.client.services.DirectSynchroService";
00053     ret[1]="org.openmobileis.synchro.openmsp.client.services.SynchroLoginService";
00054     ret[2]="org.openmobileis.synchro.openmsp.client.services.SynchroJournalDisplayService";
00055     return ret;
00056   }
00057 
00058   /* (non-Javadoc)
00059    * @see org.openmobileis.modules.profiles.embedded.RubricLoader#postLoadingInit()
00060    */
00061   
00062   public void postLoadingInit()  throws ServiceException{
00063   }
00064 
00065   /* (non-Javadoc)
00066    * @see org.openmobileis.modules.profiles.embedded.RubricLoader#preLoadingInit()
00067    */
00068  
00069   public void preLoadingInit()  throws ServiceException{
00070   }
00071 
00072 }

Generated on Mon Jan 14 17:29:49 2008 for OpenMobileIS by  doxygen 1.5.4