|
IBM WebSphere Application ServerTM Release 8 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ibm.websphere.management.configservice.ValidationResult.ValidationMessage
public static class ValidationResult.ValidationMessage
This class defines the data structure for a single validation message.
Constructor Summary | |
---|---|
ValidationResult.ValidationMessage(java.lang.String msg,
java.lang.Object targetObject,
int severity,
int lineNo)
Constructor. |
Method Summary | |
---|---|
int |
getLineNo()
Returns the line number inside the configuration document where the target object is defined. |
java.lang.String |
getMessage()
Returns the content of the message. |
int |
getSeverity()
Returns the severity of the validation message. |
java.lang.Object |
getTargetObject()
Returns the config data that this validation message is for. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ValidationResult.ValidationMessage(java.lang.String msg, java.lang.Object targetObject, int severity, int lineNo)
Method Detail |
---|
public java.lang.String getMessage()
public java.lang.Object getTargetObject()
ObjectName
that can be used to query or modify the configData using ConfigService
.
public int getSeverity()
public int getLineNo()
|
IBM WebSphere Application ServerTM Release 8 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |