|
Websphere MQ Everyplace | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
This defines the interface expected by the registry validation tool for the purposes of reporting warnings errors and information about the progress of the migration/validation.
Method Summary | |
void |
validationError(java.lang.String txt)
This method reports errors in a common format. |
void |
validationInformation(java.lang.String txt)
This method is used to report progress inforamtion in a common format. |
void |
validationWarning(java.lang.String txt)
This method is used to report warnings in a common format. |
Method Detail |
public void validationError(java.lang.String txt)
txt
- A String containing the error
public void validationInformation(java.lang.String txt)
txt
- A String containing the error
public void validationWarning(java.lang.String txt)
txt
- A String containing the error
|
Websphere MQ Everyplace | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |