com.j256.simplejmx.common
Class JmxAttributeMethodInfo
java.lang.Object
com.j256.simplejmx.common.JmxAttributeMethodInfo
public class JmxAttributeMethodInfo
- extends Object
This is used programmatically to identify a get..., is..., or set... method that you want to expose via JMX. This is
used when you are wiring using code or Spring another object that does not use the JmxResource
annotation or
JmxSelfNaming
.
- 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()
JmxAttributeMethodInfo
public JmxAttributeMethodInfo(String methodName,
String description)
JmxAttributeMethodInfo
public JmxAttributeMethodInfo(String methodName,
JmxAttributeMethod jmxAttribute)
getMethodName
public String getMethodName()
setMethodName
public void setMethodName(String methodName)
- Required.
getDescription
public String getDescription()
setDescription
public void setDescription(String description)
- Not required.
This content is licensed by Gray Watson under the Creative Commons Attribution-Share Alike 3.0 License.