站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > JBoss 4.0.1 sp1 varia API Documentation 英文版文档

AttrResultInfo (Various API) - JBoss 4.0.1 sp1 varia API Documentation 英文版文档


org.jboss.jmx.adaptor.control
Class AttrResultInfo

java.lang.Object
  extended byorg.jboss.jmx.adaptor.control.AttrResultInfo

public class AttrResultInfo
extends Object

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

Version:
$Revision: 1.7 $
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.