00001
00025 package org.openmobileis.module;
00026
00027 import java.io.File;
00028 import java.io.FileReader;
00029 import java.io.InputStreamReader;
00030 import java.io.Reader;
00031
00032 import org.openmobileis.common.user.profile.Profile;
00033 import org.openmobileis.common.user.profile.ProfileDataManager;
00034 import org.openmobileis.common.user.profile.ProfileRubric;
00035 import org.openmobileis.common.user.profile.impl.TerminalXmlFileProfilDataFactory;
00036 import org.openmobileis.common.util.PropertiesManager;
00037 import org.openmobileis.common.util.collection.Array;
00038 import org.openmobileis.common.util.exception.ServiceException;
00039 import org.openmobileis.module.profiles.terminal.OpenMSPProfileSyncListener;
00040 import org.openmobileis.module.terminal.ModuleJarSyncListener;
00041 import org.openmobileis.modules.profiles.terminal.RubricLoader;
00042 import org.openmobileis.synchro.openmsp.client.OpenMSPSyncListener;
00043 import org.openmobileis.synchro.openmsp.client.OpenMSPSynchroManager;
00044
00045
00046
00047
00048
00049
00050
00051
00052
00053 public final class OpenMisModuleRubricLoader extends RubricLoader {
00054
00058 public OpenMisModuleRubricLoader() {
00059 }
00060
00061
00062
00063
00064
00065 public String[] getServiceClassList() throws ServiceException{
00066 String[] ret = new String[3];
00067 ret[0]="org.openmobileis.synchro.openmsp.client.services.DirectSynchroService";
00068 ret[1]="org.openmobileis.synchro.openmsp.client.services.SynchroLoginService";
00069 ret[2]="org.openmobileis.synchro.openmsp.client.services.SynchroJournalDisplayService";
00070 return ret;
00071 }
00072
00073
00074
00075
00076
00077 public void postLoadingInit() throws ServiceException{
00078 }
00079
00080
00081
00082
00083
00084 public void preLoadingInit() throws ServiceException{
00085 }
00086
00087 }