当前页面:
在线文档首页 >
JBoss 3.2.7 console API Documentation 英文版文档
AttrResultInfo (JBoss Console API) - JBoss 3.2.7 console API Documentation 英文版文档
org.jboss.console.plugins.helpers.jmx
Class AttrResultInfo
java.lang.Object
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: 1.1.2.1 $
- Author:
- Scott.Stark@jboss.org
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
name
public String name
editor
public PropertyEditor editor
result
public Object result
throwable
public Throwable throwable
AttrResultInfo
public AttrResultInfo(String name,
PropertyEditor editor,
Object result,
Throwable throwable)
getAsText
public String getAsText()
Copyright © 2002 JBoss Group, LLC. All Rights Reserved.