public class CheckDatabaseForMAS extends ConfigTableCheck
currentTenantdi, rc, vlIC_ALLREPAIRS, IC_CANCEL, IC_CHECK, IC_CHECKDONE, IC_NOTAPPLY, IC_REPAIR, IC_REPORT, IC_TENANT| Constructor and Description |
|---|
CheckDatabaseForMAS(DatabaseInformation mdi,
ReportCollector ic,
ValidateLogger vl)
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
void |
check()
Override this to perform the check.
|
MXException |
getTitle()
Returns an MXException that tells the user what is being checked now.
|
checkPerConnection, conditionsCheck, prerequisitesCheck, setColumnsToIgnore, setMsgKey, setTableAndKeysgetTenantClause, getTenantClause, reportProblemdoCheckpublic CheckDatabaseForMAS(DatabaseInformation mdi, ReportCollector ic, ValidateLogger vl)
mdi - ic - public void check()
throws java.lang.Exception
IntegrityCheckcheck in class CheckTenantDatajava.lang.ExceptionProblems are reported to the report collector.public MXException getTitle()
IntegrityCheckgetTitle in class ConfigTableCheck