The Java Management Extensions (JMX) have been present in the JDK since J2SE 5.0. In JDK 6, Sun has added a new advanced JMX sample to the JDK sample directory. The ...
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, ...
package dustin.jmx; import javax.management.MBeanInfo; import javax.management.StandardMBean; /** * Child of StandardMBean overridden for customization purposes ...
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 ...