Uses of Class
com.j256.simplejmx.common.JmxAttributeMethodInfo

Packages that use JmxAttributeMethodInfo
com.j256.simplejmx.server Server code. 
com.j256.simplejmx.spring   
 

Uses of JmxAttributeMethodInfo in com.j256.simplejmx.server
 

Methods in com.j256.simplejmx.server with parameters of type JmxAttributeMethodInfo
 void JmxServer.register(Object obj, JmxResourceInfo resourceInfo, JmxAttributeFieldInfo[] attributeFieldInfos, JmxAttributeMethodInfo[] attributeMethodInfos, JmxOperationInfo[] operationInfos)
          Register the object parameter for exposure with JMX with user defined field-attribute, method-attribute, and operation information.
 void JmxServer.register(Object obj, ObjectName objectName, JmxAttributeFieldInfo[] attributeFieldInfos, JmxAttributeMethodInfo[] attributeMethodInfos, JmxOperationInfo[] operationInfos)
          Register the object parameter for exposure with JMX with user defined field-attribute, method-attribute, and operation information.
 void JmxServer.register(Object obj, ObjectName objectName, String description, JmxAttributeFieldInfo[] attributeFieldInfos, JmxAttributeMethodInfo[] attributeMethodInfos, JmxOperationInfo[] operationInfos)
          Register the object parameter for exposure with JMX with user defined field-attribute, method-attribute, and operation information.
 

Constructors in com.j256.simplejmx.server with parameters of type JmxAttributeMethodInfo
ReflectionMbean(Object delegate, String description, JmxAttributeFieldInfo[] attributeFieldInfos, JmxAttributeMethodInfo[] attributeMethodInfos, JmxOperationInfo[] operationInfos)
          Create a mbean associated with a delegate object with user provided attribute and operation information.
 

Uses of JmxAttributeMethodInfo in com.j256.simplejmx.spring
 

Methods in com.j256.simplejmx.spring that return JmxAttributeMethodInfo
 JmxAttributeMethodInfo[] JmxBean.getAttributeMethodInfos()
           
 

Methods in com.j256.simplejmx.spring with parameters of type JmxAttributeMethodInfo
 void JmxBean.setAttributeMethodInfos(JmxAttributeMethodInfo[] attributeMethodInfos)
          Optional setting which defines the methods (get/is/set...) to be exposed as attributes via JMX.
 



This content is licensed by Gray Watson under the Creative Commons Attribution-Share Alike 3.0 License.