I would like to find out what the properties of the org.springframework.ManagedResource annotation do as seen in this JavaDoc. I want to understand each param so I can set it to the proper value. If anyone knows where to find more info, I would appreciate it.
+2
A:
Those are described in the JMX specification, at the section where the predefined attributes for MBeans, attributes, operation and descriptors are mentioned
Check section 4.5 of the document at JMX 1.4 spec
krumpi
2009-02-01 11:10:27
Agreed, this is where I found the answer to the same question a few weeks ago.
Taylor Leese
2009-05-14 21:47:59