File was renamed from xdgnjobs/ximple-spatialjob/src/main/java/com/ximple/eofms/jobs/DataRepositoryStatus.java |
| | |
| | | package com.ximple.eofms.jobs; |
| | | |
| | | public interface DataRepositoryStatus |
| | | public interface DataRepositoryVersionManger |
| | | { |
| | | public static final String XGVERSIONTABLE_NAME = "xgeos_vsversion"; |
| | | public static final String[] DEFAULTXGVERSIONSCHEMA_NAMES = new String[] { |
| | | "gisrepo1", "gisrepo2" |
| | | }; |
| | | |
| | | public static final short VSSTATUS_UNKNOWN = 0x0000; |
| | | public static final short VSSTATUS_USING = 0x0100; |
| | | public static final short VSSTATUS_CONFIG = 0x0020; |