public class FGACCheck extends IntegrityCheck implements ICConstants
di, rc, vlIC_ALLREPAIRS, IC_CANCEL, IC_CHECK, IC_CHECKDONE, IC_NOTAPPLY, IC_REPAIR, IC_REPORT, IC_TENANT| Constructor and Description |
|---|
FGACCheck(DatabaseInformation mdi,
ReportCollector ic)
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
check()
Override this to perform the check.
|
boolean |
conditionsCheck()
Should this test be run?
This is for things like preMerlin or DB2 only checks.
|
MXException |
getTitle()
Returns an MXException that tells the user what is being checked now.
|
boolean |
prerequisitesCheck()
Can this test be run now?
This is for things like loading the meta data, or having valid data in the
MaxAttribute table.
|
doCheck, reportProblempublic FGACCheck(DatabaseInformation mdi, ReportCollector ic)
mdi - ic - public MXException getTitle()
IntegrityCheckgetTitle in class IntegrityCheckpublic boolean conditionsCheck()
throws java.lang.Exception
IntegrityCheckconditionsCheck in class IntegrityCheckjava.sql.SQLExceptionjava.lang.Exceptionpublic boolean prerequisitesCheck()
IntegrityCheckprerequisitesCheck in class IntegrityCheckprotected void check()
throws java.lang.Exception
IntegrityCheckcheck in class IntegrityCheckjava.lang.ExceptionProblems are reported to the report collector.