![]() |
The Java TM Management extensions (JMXTM) provide a standard for instrumenting manageable resources and developing dynamic agents. This release contains the JMX reference implementation (RI) for the instrumentation and agent levels of the specification. The Java classes which make up the RI are supported on the Java 2 Platform, Standard Edition (J2SE), version 1.4.At the instrumentation level, the RI consists of MBean examples. At the agent level, the RI is the bundle of all agent classes described in the JMX specification document and defined by their API documentation, as generated by the JavadocTM tool. As a result of the Java Community Process, JMX is an extension to the Java programming language, and its packages use the
javax
prefix. The RI also includes some internal classes in thecom.sun.jmx.*
packages.In this software bundle, Sun also provides classes for an HTML adaptor: these are independent of the JMX specification and are provided only for demonstration purposes. These classes are in the
com.sun.jdmk.*
packages.
File List
Includes the list of all components in this bundle and how to use them.
Release Notes
The Release Notes cover the features and known limitations of this release.
API Specification
Online documentation for all JMX packages, classes and members of the agent and instrumentation RI, as generated by the JavadocTM tool.
Examples
The JMX reference implementation contains code examples for different types of MBean. It also contains code examples of JMX services and an example of a base agent.
Tutorial
This simple tutorial presents some of the features of the Java Management extensions. It relies on the MBeans and base agent presented in the examples. Your browser becomes the management interface to these objects using the provided HTML protocol adaptor.
Copyright 2000-2002
Sun Microsystems, Inc.,
901 San Antonio Road, Palo Alto, CA 94303, USA.
All rights reserved.