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

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

public static class JMXEndpoints.MBeanParameter
extends Object


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

Constructor Detail

JMXEndpoints.MBeanParameter

public JMXEndpoints.MBeanParameter(String name,
                                   String type)
Method Detail

getName

public String getName()

getType

public String getType()


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