 |
HeliosJMX is a mechanism by which arbitrary pojos can be exposed through a JMX interface with the option of enhancing their attributes and operations in various ways.
The primary mechanism for this is a library of JMX annotations and a DynamicMBean? called ManagedObjectDynamicMBean? which supports the registration of annotated pojos.
The registration process interrogates the annotations and creates custom MBeanInfo? and invocation paths accordingly.
HeliosJMX Asynchronous Operations
-- Main.nwhitehead - 15 Nov 2007
|