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

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

public static class JMXEndpoints.MBeanOperation
extends Object


Constructor Summary
JMXEndpoints.MBeanOperation(String name, String returnType)
           
 
Method Summary
 String getName()
           
 Collection<JMXEndpoints.MBeanParameter> getParameters()
           
 String getReturnType()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JMXEndpoints.MBeanOperation

public JMXEndpoints.MBeanOperation(String name,
                                   String returnType)
Method Detail

getName

public String getName()

getReturnType

public String getReturnType()

getParameters

public Collection<JMXEndpoints.MBeanParameter> getParameters()


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