public class WogenCheck extends CheckTenantData
Unit TestIC_ALLREPAIRS, IC_CANCEL, IC_CHECK, IC_CHECKDONE, IC_NOTAPPLY, IC_REPAIR, IC_REPORT, IC_TENANT| Constructor and Description |
|---|
WogenCheck(DatabaseInformation mdi,
ReportCollector collector) |
| Modifier and Type | Method and Description |
|---|---|
void |
checkPerConnection(java.sql.Connection con)
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.
|
checkdoCheckpublic WogenCheck(DatabaseInformation mdi, ReportCollector collector)
public boolean prerequisitesCheck()
IntegrityCheckprerequisitesCheck in class IntegrityCheckpublic MXException getTitle()
IntegrityCheckgetTitle in class IntegrityCheckpublic void checkPerConnection(java.sql.Connection con)
throws java.lang.Exception
CheckTenantDatacheckPerConnection in class CheckTenantDatajava.lang.Exceptionpublic boolean conditionsCheck()
throws java.sql.SQLException
IntegrityCheckconditionsCheck in class IntegrityCheckjava.sql.SQLException