public class CheckDatabaseForMAS extends ConfigTableCheck
currentTenant
di, rc, vl
IC_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, setTableAndKeys
getTenantClause, getTenantClause, reportProblem
doCheck
public CheckDatabaseForMAS(DatabaseInformation mdi, ReportCollector ic, ValidateLogger vl)
mdi
- ic
- public void check() throws java.lang.Exception
IntegrityCheck
check
in class CheckTenantData
java.lang.Exception
Problems are reported to the report collector.
public MXException getTitle()
IntegrityCheck
getTitle
in class ConfigTableCheck