com.j256.simplejmx.common
Class JmxAttributeMethodInfo
java.lang.Object
com.j256.simplejmx.common.JmxAttributeMethodInfo
public class JmxAttributeMethodInfo
- extends Object
This identifies a get or set method that you want to expose via JMX.
- Author:
- graywatson
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
methodName
public String methodName
description
public String description
JmxAttributeMethodInfo
public JmxAttributeMethodInfo(String methodName,
String description)
JmxAttributeMethodInfo
public JmxAttributeMethodInfo(String methodName,
JmxAttributeMethod jmxAttribute)
getMethodName
public String getMethodName()
getDescription
public String getDescription()
This content is licensed by Gray Watson under the Creative Commons Attribution-Share Alike 3.0 License.