Static Public Attributes | |
static boolean | errorFreeLegacy = true |
static LSDLoadConfig | llc = null |
Protected Member Functions | |
int | initializeArgs (String[] args, int curargs) |
boolean | checkLID () |
boolean | checkDBConsistency () |
Protected Attributes | |
long | lid = LSDConstants.invalide_idx |
LSDDbAdmin | admin = null |
LSDDbLegacy | legacy = null |
LSDLegacy | lsdlegacy = null |
LSDDbIpPort | ipportAdmin = null |
boolean | repairlsd = false |
boolean | repairdb = false |
boolean | repairupdb = false |
boolean | updateDate = false |
boolean | nodate = false |
boolean | useCfunc = false |
int openlsd.server.admin.commoncheck.LSDCheckInDBAbstract.initializeArgs | ( | String[] | args, | |
int | curargs | |||
) | [protected] |
Get arguments
args | ||
curargs |
Reimplemented in openlsd.multiple.admin.commoncheck.limit.LSDCheckInDBAbstractDualML, and openlsd.multiple.admin.commoncheck.LSDCheckInDBAbstractML.
boolean openlsd.server.admin.commoncheck.LSDCheckInDBAbstract.checkLID | ( | ) | [protected] |
Check from LSD to DB and reverse for one Legacy
Reimplemented in openlsd.server.admin.commoncheck.limit.LSDCheckInDBAbstractDual, openlsd.multiple.admin.commoncheck.limit.LSDCheckInDBAbstractDualML, and openlsd.multiple.admin.commoncheck.LSDCheckInDBAbstractML.
boolean openlsd.server.admin.commoncheck.LSDCheckInDBAbstract.checkDBConsistency | ( | ) | [protected] |
Check only DB consistency
long openlsd.server.admin.commoncheck.LSDCheckInDBAbstract.lid = LSDConstants.invalide_idx [protected] |
current Legacy id
LSDDbAdmin openlsd.server.admin.commoncheck.LSDCheckInDBAbstract.admin = null [protected] |
The DBAdmin connector
LSDDbLegacy openlsd.server.admin.commoncheck.LSDCheckInDBAbstract.legacy = null [protected] |
The DB Legacy object
LSDLegacy openlsd.server.admin.commoncheck.LSDCheckInDBAbstract.lsdlegacy = null [protected] |
The LSD Legacy object
LSDDbIpPort openlsd.server.admin.commoncheck.LSDCheckInDBAbstract.ipportAdmin = null [protected] |
The IpPort Admin object
boolean openlsd.server.admin.commoncheck.LSDCheckInDBAbstract.repairlsd = false [protected] |
LSD is to be repaired
boolean openlsd.server.admin.commoncheck.LSDCheckInDBAbstract.repairdb = false [protected] |
DB is to be repaired
boolean openlsd.server.admin.commoncheck.LSDCheckInDBAbstract.repairupdb = false [protected] |
DB is to be repaired with MD5 to be updated
boolean openlsd.server.admin.commoncheck.LSDCheckInDBAbstract.updateDate = false [protected] |
No repair will be done but the date will be update if no error is found
boolean openlsd.server.admin.commoncheck.LSDCheckInDBAbstract.errorFreeLegacy = true [static] |
Is the current Legacy error free
boolean openlsd.server.admin.commoncheck.LSDCheckInDBAbstract.nodate = false [protected] |
Don't take previous date in consideration
boolean openlsd.server.admin.commoncheck.LSDCheckInDBAbstract.useCfunc = false [protected] |
Use C Functions to check File Systems instead of Java Functions
Object to load XML configuration