org.apache.commons.monitoring.reporting.web.plugin.jmx
Class JMXEndpoints.MBeanAttribute

java.lang.Object
  extended by org.apache.commons.monitoring.reporting.web.plugin.jmx.JMXEndpoints.MBeanAttribute
Enclosing class:
JMXEndpoints

public static class JMXEndpoints.MBeanAttribute
extends Object


Constructor Summary
JMXEndpoints.MBeanAttribute(String name, String type, String description, String value)
           
 
Method Summary
 String getDescription()
           
 String getName()
           
 String getType()
           
 String getValue()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JMXEndpoints.MBeanAttribute

public JMXEndpoints.MBeanAttribute(String name,
                                   String type,
                                   String description,
                                   String value)
Method Detail

getName

public String getName()

getType

public String getType()

getDescription

public String getDescription()

getValue

public String getValue()


Copyright © 2008–2013 The Apache Software Foundation. All rights reserved.