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

Links
 

Today's Page Hits: 166

« Previous day (Jan 15, 2007) | Main | Next day (Jan 16, 2007) »
20070116 Tuesday January 16, 2007

JMX : extending the MBeanServer to support Virtual MBeans

Java Management eXtensions (JMX) provides a means for management interfaces to be exposed as MBeans allowing remote monitoring and management of your application.

This blog article shows how to extend the MBeanServer implementation with your own logic. In particular, it shows how to implement VirtualMBeans - MBeans that don't really exist - but the same technique can be used to do other interesting things, including MBeanServer cascading, fine-grained MBean access controls, auditing, or logging, to mention a few of them.
[Read More]

( Jan 16 2007, 06:00:00 PM CET ) Permalink Comments [4]