JMX MXBean Notifications, User Data, and Open Types
The MXBean runtime support classes in Java 6 provide all the help you need in order to be able to declare complex types for attributes and operations, but don't provide any help for converting complex types for other uses, such as for the payload of a Notification.
This blog article shows how to add helper methods to convert an existing struct-like class into Open Data.
[
Read More]
( May 29 2007, 04:11:10 PM CEST )
Permalink

Tuesday May 22, 2007
JMX AttributeChangeNotifications, MXBeans, and a clever little helper class
This blog article introduces AttributeChangeNotifications and shows how to
write a clever little helper class for generating attribute change notifications
with the correct contents for the old and new attribute values, even for MXBeans
with complex attribute types.
[
Read More]
( May 22 2007, 11:54:27 AM CEST )
Permalink