org.apache.geronimo.jmxdebug.web.beanlib
Class AttributeData

java.lang.Object
  extended byorg.apache.geronimo.jmxdebug.web.beanlib.AttributeData

public class AttributeData
extends Object

Version:
$Revision: 1.1 $ $Date: 2004/07/26 17:14:48 $

Constructor Summary
AttributeData(javax.management.MBeanAttributeInfo attributeInfo, Object value, ClassLoader cl)
           
AttributeData(String name, String value, String type, boolean readable, boolean writable)
           
 
Method Summary
 String getName()
           
 String getType()
           
 String getValue()
           
 boolean isReadable()
           
 boolean isWritable()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

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
Method Detail

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.