Java 教程是为 JDK 8 编写的。本页中描述的示例和实践未利用在后续版本中引入的改进。
The Java Management Extensions (JMX) trail provides an introduction to the JMX technology, which is included in the Java Platform, Standard Edition (Java SE platform). This trail presents examples of how to use the most important features of the JMX technology.
JMX 技术概述provides a brief description of the JMX technology, including its purpose and principal features.
介绍 MBeanintroduces the fundamental concept of the JMX technology, managed beans, otherwise known as MBeans. This lesson also introduces MXBeans.
通知introduces the JMX technology's notification mechanism.
远程管理shows how to implement the JMX API's remote management capabilities and how to create a JMX client application.
Where to Go From Hereprovides pointers to more advanced documentation that describes the JMX technology.