java.lang.Object
javax.management.JMX
Static methods from the JMX API. There are no instances of this class.
- Since:
- 1.6
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic String
The name of thedefaultValue
field.static String
The name of theimmutableInfo
field.static String
The name of theinterfaceClassName
field.static String
The name of thelegalValues
field.static String
The name of themaxValue
field.static String
The name of theminValue
field.static String
The name of themxbean
field.static String
The name of theopenType
field.static String
The name of theoriginalType
field. -
Method Summary
Modifier and TypeMethodDescriptionstatic boolean
isMXBeanInterface(Class<?> interfaceClass)
Test whether an interface is an MXBean interface.static <T> T
newMBeanProxy(MBeanServerConnection connection, ObjectName objectName, Class<T> interfaceClass)
Make a proxy for a Standard MBean in a local or remote MBean Server.static <T> T
newMBeanProxy(MBeanServerConnection connection, ObjectName objectName,