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

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

Uses of JmxOperationInfo in com.j256.simplejmx.server
 

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

Methods in com.j256.simplejmx.spring that return JmxOperationInfo
 JmxOperationInfo[] JmxBean.getOperationInfos()
           
 

Methods in com.j256.simplejmx.spring with parameters of type JmxOperationInfo
 void JmxBean.setOperationInfos(JmxOperationInfo[] operationInfos)
          Optional setting which defines the additional methods (not get/is/set...) to be exposed as operations via JMX.
 



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