站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > JDK 5 Documentation v6.0, Java 2 SDK 英文文档

Java Management Extensions - JDK 5 Documentation v6.0, Java 2 SDK 英文文档

Java (tm)

Java Management Extensions (JMX)

Documentation Contents
The Java Management Extensions (JMX) API is a standard API for management and monitoring of resources such as applications, devices, services, and the Java virtual machine. The JMX technology was developed through the Java Community Process (JCP) as Java Specification Request (JSR) 3, Java Management Extensions, and JSR 160, JMX Remote API.

Typical uses of the JMX technology include:

  • Consulting and changing application configuration
  • Accumulating statistics about application behavior and making them available
  • Notifying of state changes and erroneous conditions.

The JMX API includes remote access, so a remote management program can interact with a running application for these purposes.

Overview

API Specification

Tutorials and Programming Guides

In addition to the above examples, once you have installed the Java Development Kit (JDK) 6, a sample application that demonstrates a real-life implementation of the JMX API can be found in the following directory:

JDK_HOME/sample/jmx/jmx-scandir

In the path above, JDK_HOME is the directory in which the JDK software is installed. The jmx-scandir example is an advanced example, which presents advanced concepts of the JMX API in a real-world scenario.

API Enhancements

More Information


Copyright © 2006 Sun Microsystems, Inc. All Rights Reserved.

Feedback
Sun