Package org.jboss.jca.web.console
Class AttrResultInfo
java.lang.Object
org.jboss.jca.web.console.AttrResultInfo
A simple tuple of an mbean operation name, sigature and result.
- Author:
- Scott Stark, Jesper Pedersen
-
Constructor Summary
ConstructorsConstructorDescriptionAttrResultInfo(String name, PropertyEditor editor, Object result, Throwable throwable) Constructor -
Method Summary
-
Constructor Details
-
AttrResultInfo
Constructor- Parameters:
name- The nameeditor- The editorresult- The resultthrowable- The error
-
-
Method Details
-
getName
Get the name- Returns:
- The value
-
getEditor
Get the editor- Returns:
- The value
-
getResult
Get the result- Returns:
- The value
-
getError
Get the error- Returns:
- The value
-
getAsText
Get the text representation- Returns:
- The string
-