Spring question about @ManagedResource annotation for JMX

I would like to know what properties of the org.springframework.ManagedResource annotation are executed in this JavaDoc. I want to understand each parameter so that I can set it to the correct value. If anyone knows where to find more information, I would appreciate it.

http://static.springframework.org/spring/docs/2.5.x/api/org/springframework/jmx/export/annotation/ManagedResource.html

+1


source to share


1 answer


The ones described in the JMX spec, in the section that mentions predefined attributes for MBeans, attributes, operations and descriptors



Check out section 4.5 of the document for JMX 1.4 Specification

+2


source







All Articles