This is the second part in a series of blogs, that demonstrate how to add management capability to your own application using JMX MBeans. In Part I we did the bulk of the work. We saw: How to implement a...
This is the first part in a series of blogs, that demonstrate how to add management capability to your own application using JMX MBeans. In this first blog entry, we will learn: How to implement a custom MBean to manage...
In my previous blog I described how to implement a custom WebLogic JMX client. Another way to interact with WebLogic's MBeans, is to use a generic JMX client such as JConsole. JConsole is shipped as part of the JDK, and...
Our goal is to implement a simple WebLogic JMX client that can be used as a starting point to write any WebLogic JMX client. We will look at the client's code. The classpath used to compile and run the code....
If you use an RSS reader, you can subscribe to a feed of all future entries tagged 'JMX'.