|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface TAccessFailureMessage
TAccessFailureMessage represents a message that contains all the information provided by Tamino in case a specific access operation fails. This includes the return value, error code, message text and the message line. Each of these properties can be obtained by the appropiate access method.
Method Summary | |
---|---|
java.lang.String |
getCode()
Gets the error code. |
java.lang.String |
getMessageLine()
Gets the message line. |
java.lang.String |
getMessageText()
Gets the message text. |
java.lang.String |
getReturnValue()
Gets the return value. |
boolean |
matchesReturnValue(java.lang.String returnValue)
Indicates if the access failure message matches the given return value. |
boolean |
matchesReturnValue(java.lang.String startValue,
java.lang.String endValue)
Indicates if the access failure message matches a return value that lies in between the specified return value range including the startValue and the endValue. |
Method Detail |
---|
java.lang.String getReturnValue()
java.lang.String getCode()
java.lang.String getMessageText()
java.lang.String getMessageLine()
boolean matchesReturnValue(java.lang.String returnValue)
the
- returnValue to match
boolean matchesReturnValue(java.lang.String startValue, java.lang.String endValue)
startValue
- the start for the return value range.endValue
- the end of the return value range.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |