In this blog entry, I will be demonstrating the development of a simple Model MBean. In a previous blog entry, I demonstrated some key characteristics of the MXBean. The MXBean is more straightforward ...
I’ll demonstrate the tremendous utility of the JMX MXBean in this blog entry. While doing so, I’ll also demonstrate the usefulness of a J2SE 5 enum for reporting a set of discrete status values and ...
The Java Management Extensions (JMX) standard is gaining adoption within the J2EE community for the management of applications, as well as application servers and other infrastructure software. JMX ...
Data Capture It makes better sense to collect that rapidly changing data in an object a JMX MBean and gather values periodically from that MBean into a management tool. This technique can be used to ...
In the past few articles, we have seen how to use jconsole to monitor a running Java application. However, jconsole is not very customizable *. Sometimes, we would like a certain action to happen, ...
Does O’Reilly’s new book explain what you need to know about JMX? Your email has been sent What is JMX and why would you want to use it? Find out whether this new book from O'Reilly might get you ...
In the third article of this JMX series (part 1, part 2), we will look at how we can add JMX notifications into our JMX enabled Notepad application. JMX notifications can be used to inform users about ...