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

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

Uses of JmxOperationInfo in com.j256.simplejmx.server
 

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