The Source for Java Technology Collaboration


HeliosJMX

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

Topic HeliosJMX . { Edit | Ref-By | Printable | Diffs r1 | More }
 XML java.net RSS

Revision r1 - 15 Nov 2007 - 15:21:47 - Main.nwhitehead
Parents: WebHome