The JMX API consists of interfaces for monitoring and management of the JVM and other components in the Java runtime.
Module | Description |
---|---|
java.base |
Defines the foundational APIs of the Java SE Platform.
|
java.rmi |
Defines the Remote Method Invocation (RMI) API.
|
java.logging |
Defines the Java Logging API.
|
java.naming |
Defines the Java Naming and Directory Interface (JNDI) API.
|
Package | Module | Description |
---|---|---|
java.lang.management | All Modules |
Provides the management interfaces for monitoring and management of the
Java virtual machine and other components in the Java runtime.
|
javax.management | All Modules |
Provides the core classes for the Java Management Extensions.
|
javax.management.loading | All Modules |
Provides the classes which implement advanced dynamic
loading.
|
javax.management.modelmbean | All Modules |
Provides the definition of the ModelMBean classes.
|
javax.management.monitor | All Modules |
Provides the definition of the monitor classes.
|
javax.management.openmbean | All Modules |
Provides the open data types and Open MBean descriptor classes.
|
javax.management.relation | All Modules |
Provides the definition of the Relation Service.
|
javax.management.remote | All Modules |
Interfaces for remote access to
JMX MBean servers.
|
javax.management.remote.rmi | All Modules |
The RMI connector is a connector for the JMX Remote API that
uses RMI to transmit client requests to a remote MBean server.
|
javax.management.timer | All Modules |
Provides the definition of the Timer MBean.
|
sun.management | jdk.jconsole jdk.management |
|
sun.management.spi | jdk.management |
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.
|
sun.management.spi.PlatformMBeanProvider |
The PlatformMBeanProvider class defines the abstract service interface
that the
ManagementFactory will invoke to find,
load, and register Platform MBeans. |
sun.management.spi.AgentProvider |
Service interface for management agent
|
Type | Description |
---|---|
LoginModule (Implementation: com.sun.jmx.remote.security.FileLoginModule) |
Service-provider interface for authentication technology providers.
|
Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2016, Oracle and/or its affiliates. 500 Oracle Parkway
Redwood Shores, CA 94065 USA. All rights reserved.
DRAFT 9-Debian+0-9b149-1