org.apache.geronimo.jmxdebug.web.beanlib
Class AttributeData
java.lang.Object
org.apache.geronimo.jmxdebug.web.beanlib.AttributeData
- public class AttributeData
- extends Object
- Version:
- $Revision: 1.1 $ $Date: 2004/07/26 17:14:48 $
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AttributeData
public AttributeData(String name,
String value,
String type,
boolean readable,
boolean writable)
AttributeData
public AttributeData(javax.management.MBeanAttributeInfo attributeInfo,
Object value,
ClassLoader cl)
throws ClassNotFoundException
getName
public String getName()
getValue
public String getValue()
getType
public String getType()
isReadable
public boolean isReadable()
isWritable
public boolean isWritable()
Copyright © 2003-2005 Apache Software Foundation. All Rights Reserved.