On the web
Nick Stephen's blog
Archives
« May 2007 »
SunMonTueWedThuFriSat
  
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
23
24
25
26
27
28
30
31
  
       
Today
Click me to subscribe
Search

Links
 

Today's Page Hits: 77

« Previous month (Mar 2007) | Main | Next month (May 2007) »
20070529 Tuesday May 29, 2007

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

20070522 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