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

java.lang.Object
  extended by org.jboss.console.plugins.helpers.jmx.AttrResultInfo

public class AttrResultInfo
extends Object

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

Version:
$Revision: 57191 $
Author:
Scott.Stark@jboss.org

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

Field Detail

name

public String name

editor

public PropertyEditor editor

result

public Object result

throwable

public Throwable throwable
Constructor Detail

AttrResultInfo

public AttrResultInfo(String name,
                      PropertyEditor editor,
                      Object result,
                      Throwable throwable)
Method Detail

getAsText

public String getAsText()


Copyright © 2002 JBoss Group, LLC. All Rights Reserved.