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
00022
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
00033
00034
00035 public void postLoadingInit() throws ServiceException {
00036 }
00037
00038
00039
00040
00041 public void preLoadingInit() throws ServiceException {
00042 }
00043
00044 }