org.jboss.console.plugins.helpers.jmx
Class AttrResultInfo

java.lang.Object
  extended byorg.jboss.console.plugins.helpers.jmx.AttrResultInfo

public class AttrResultInfo
extends java.lang.Object

A simple tuple of an mbean operation name, sigature and result.


Field Summary
 java.beans.PropertyEditor editor
           
 java.lang.String name
           
 java.lang.Object result
           
 java.lang.Throwable throwable
           
 
Constructor Summary
AttrResultInfo(java.lang.String name, java.beans.PropertyEditor editor, java.lang.Object result, java.lang.Throwable throwable)
           
 
Method Summary
 java.lang.String getAsText()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

name

public java.lang.String name

editor

public java.beans.PropertyEditor editor

result

public java.lang.Object result

throwable

public java.lang.Throwable throwable
Constructor Detail

AttrResultInfo

public AttrResultInfo(java.lang.String name,
                      java.beans.PropertyEditor editor,
                      java.lang.Object result,
                      java.lang.Throwable throwable)
Method Detail

getAsText

public java.lang.String getAsText()