API Overview API Index Package Overview Direct link to this page
JDK 1.6
  javax.management. JMX View Source
Author(s)
Since
1.6
Version
Serial
Hierarchy
 Object
      JMX
Implements
Subclasses
Description
public class JMX
  Static methods from the JMX API.
See also:   
Constructors
private JMX ()
Methods
Hide/Show inherited methods
publicstatic boolean isMXBeanInterface (Class<Object> interfaceClass)
  Test whether an interface is an MXBean interface.
publicstatic T newMBeanProxy (MBeanServerConnection connection, ObjectName objectName, Class< T> interfaceClass)
  Make a proxy for a Standard MBean in a local or remote MBean Server.
publicstatic T newMBeanProxy (MBeanServerConnection connection, ObjectName objectName, Class< T> interfaceClass, boolean notificationBroadcaster)
  Make a proxy for a Standard MBean in a local or remote MBean Server that may also support the methods of NotificationEmitter.
publicstatic T newMXBeanProxy (MBeanServerConnection connection, ObjectName objectName, Class< T> interfaceClass)
  Make a proxy for an MXBean in a local or remote MBean Server.
publicstatic T newMXBeanProxy (MBeanServerConnection connection, ObjectName objectName, Class< T> interfaceClass, boolean notificationBroadcaster)
  Make a proxy for an MXBean in a local or remote MBean Server that may also support the methods of NotificationEmitter.
Fields
Hide/Show inherited fields
publicfinalstatic String DEFAULT_VALUE_FIELD = "defaultValue"
The name of the defaultValue field.
publicfinalstatic String IMMUTABLE_INFO_FIELD = "immutableInfo"
The name of the immutableInfo field.
publicfinalstatic String INTERFACE_CLASS_NAME_FIELD = "interfaceClassName"
The name of the interfaceClassName field.
publicfinalstatic String LEGAL_VALUES_FIELD = "legalValues"
The name of the legalValues field.
publicfinalstatic String MAX_VALUE_FIELD = "maxValue"
The name of the maxValue field.
publicfinalstatic String MIN_VALUE_FIELD = "minValue"
The name of the minValue field.
publicfinalstatic String MXBEAN_FIELD = "mxbean"
The name of the mxbean field.
publicfinalstatic String OPEN_TYPE_FIELD = "openType"
The name of the openType field.
publicfinalstatic String ORIGINAL_TYPE_FIELD = "originalType"
The name of the originalType field.
pack-privatefinalstatic JMX proof
Nested Classes
Generated By: JavaOnTracks Doclet 0.1.4     ©Thibaut Colar