|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |