The JMX API consists of interfaces for monitoring and management of the JVM and other components in the Java runtime.
Package | Description |
---|---|
java.lang.management | Provides the management interfaces for monitoring and management of the Java virtual machine and other components in the Java runtime. |
javax.management | Provides the core classes for the Java Management Extensions. |
javax.management.loading | Provides the classes which implement advanced dynamic loading. |
javax.management.modelmbean | Provides the definition of the ModelMBean classes. |
javax.management.monitor | Provides the definition of the monitor classes. |
javax.management.openmbean | Provides the open data types and Open MBean descriptor classes. |
javax.management.relation | Provides the definition of the Relation Service. |
javax.management.remote | Interfaces for remote access to JMX MBean servers. |
javax.management.timer | Provides the definition of the Timer MBean. |
Type | Description |
---|---|
JMXConnectorProvider | A provider for creating JMX API connector clients using a given protocol. |
JMXConnectorServerProvider | A provider for creating JMX API connector servers using a given protocol. |
© 1993, 2023, Oracle and/or its affiliates. All rights reserved.
Documentation extracted from Debian's OpenJDK Development Kit package.
Licensed under the GNU General Public License, version 2, with the Classpath Exception.
Various third party code in OpenJDK is licensed under different licenses (see Debian package).
Java and OpenJDK are trademarks or registered trademarks of Oracle and/or its affiliates.
https://docs.oracle.com/en/java/javase/21/docs/api/java.management/module-summary.html