This tutorial will help you get started using JMX to instrument and manage
your Java™ applications.
Table of Contents
- Introduction a brief description of the JMX
architecture and its application
- Creating Simple MBeans demonstrates creation
of standard and dynamic MBean instrumentation for a
simple HTTP daemon
- The MBeanServer illustrates how
instrumentation is plugged into the JMX Agent
- Monitoring shows you how to add
monitors that will continuously observe your MBean's attributes
- Notification describes
the JMX notification model and how you can use it to
manage your applications