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