JMX (Java SE 15 & JDK 15) (original) (raw)


public class JMX extends Object

Static methods from the JMX API. There are no instances of this class.

Since:

1.6

Modifier and Type Method Description
static boolean isMXBeanInterface​(Class<?> interfaceClass) Test whether an interface is an MXBean interface.
static T newMBeanProxy​(MBeanServerConnection connection,ObjectName objectName,Class interfaceClass) Make a proxy for a Standard MBean in a local or remote MBean Server.
static T newMBeanProxy​(MBeanServerConnection connection,ObjectName objectName,Class interfaceClass, boolean notificationEmitter) Make a proxy for a Standard MBean in a local or remote MBean Server that may also support the methods of NotificationEmitter.
static T newMXBeanProxy​(MBeanServerConnection connection,ObjectName objectName,Class interfaceClass) Make a proxy for an MXBean in a local or remote MBean Server.
static T newMXBeanProxy​(MBeanServerConnection connection,ObjectName objectName,Class interfaceClass, boolean notificationEmitter) Make a proxy for an MXBean in a local or remote MBean Server that may also support the methods of NotificationEmitter.

Methods declared in class java.lang.Object

[clone](../../../java.base/java/lang/Object.html#clone%28%29), [equals](../../../java.base/java/lang/Object.html#equals%28java.lang.Object%29), [finalize](../../../java.base/java/lang/Object.html#finalize%28%29), [getClass](../../../java.base/java/lang/Object.html#getClass%28%29), [hashCode](../../../java.base/java/lang/Object.html#hashCode%28%29), [notify](../../../java.base/java/lang/Object.html#notify%28%29), [notifyAll](../../../java.base/java/lang/Object.html#notifyAll%28%29), [toString](../../../java.base/java/lang/Object.html#toString%28%29), [wait](../../../java.base/java/lang/Object.html#wait%28%29), [wait](../../../java.base/java/lang/Object.html#wait%28long%29), [wait](../../../java.base/java/lang/Object.html#wait%28long,int%29)