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

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

Uses of JmxResourceInfo in com.j256.simplejmx.server
 

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

Uses of JmxResourceInfo in com.j256.simplejmx.spring
 

Methods in com.j256.simplejmx.spring that return JmxResourceInfo
 JmxResourceInfo JmxBean.getJmxResourceInfo()
           
 

Methods in com.j256.simplejmx.spring with parameters of type JmxResourceInfo
 void JmxBean.setJmxResourceInfo(JmxResourceInfo jmxResourceInfo)
          Required resource information which helps to make the ObjectName for the bean that we are exposing via JMX.
 



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