OSGIOpenMISRubricLoad.java

00001 
00004 package org.openmobileis.bundle.osgi.terminal;
00005 
00006 import org.openmobileis.common.util.exception.ServiceException;
00007 import org.openmobileis.modules.profiles.terminal.RubricLoader;
00008 
00013 public final class OSGIOpenMISRubricLoad extends RubricLoader {
00014 
00018         public OSGIOpenMISRubricLoad() {
00019         }
00020 
00021         /* (non-Javadoc)
00022          * @see org.openmobileis.modules.profiles.terminal.RubricLoader#getServiceClassList()
00023          */
00024         public String[] getServiceClassList() throws ServiceException {
00025     return new String[]{
00026                 "org.openmobileis.synchro.openmsp.client.services.DirectSynchroService"
00027                 ,"org.openmobileis.synchro.openmsp.client.services.SynchroLoginService"
00028                 ,"org.openmobileis.synchro.openmsp.client.services.SynchroJournalDisplayService"
00029     };
00030         }
00031 
00032         /* (non-Javadoc)
00033          * @see org.openmobileis.modules.profiles.terminal.RubricLoader#postLoadingInit()
00034          */
00035         public void postLoadingInit() throws ServiceException {
00036         }
00037 
00038         /* (non-Javadoc)
00039          * @see org.openmobileis.modules.profiles.terminal.RubricLoader#preLoadingInit()
00040          */
00041         public void preLoadingInit() throws ServiceException {
00042         }
00043 
00044 }

Generated on Tue May 22 23:01:11 2007 for OpenMobileIS by  doxygen 1.5.1-p1