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

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

Uses of JmxAttributeMethodInfo in com.j256.simplejmx.server
 

Methods in com.j256.simplejmx.server with parameters of type JmxAttributeMethodInfo
 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.
 

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



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