Package voldemort.annotations.jmx

Annotations for exposing objects as JMX managed beans.

See:
          Description

Annotation Types Summary
JmxGetter  
JmxManaged Mark the annotated class for management via JMX
JmxOperation Mark the given method as accessible from JMX
JmxParam Mark the given parameter as accessible from JMX
JmxSetter  
 

Package voldemort.annotations.jmx Description

Annotations for exposing objects as JMX managed beans. The point of these is to be able to add declarative JMX management without requiring Java 1.6.



Jay Kreps, Roshan Sumbaly, Alex Feinberg, Bhupesh Bansal, Lei Gao, Chinmay Soman, Vinoth Chandar, Zhongjie Wu