org.jboss.console.plugins.helpers.jmx
Class AttrResultInfo
java.lang.Object
org.jboss.console.plugins.helpers.jmx.AttrResultInfo
- public class AttrResultInfo
- extends java.lang.Object
A simple tuple of an mbean operation name, sigature and result.
Constructor Summary |
AttrResultInfo(java.lang.String name,
java.beans.PropertyEditor editor,
java.lang.Object result,
java.lang.Throwable throwable)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
name
public java.lang.String name
editor
public java.beans.PropertyEditor editor
result
public java.lang.Object result
throwable
public java.lang.Throwable throwable
AttrResultInfo
public AttrResultInfo(java.lang.String name,
java.beans.PropertyEditor editor,
java.lang.Object result,
java.lang.Throwable throwable)
getAsText
public java.lang.String getAsText()