| Package | Description | 
|---|---|
| javax.management | 
 Provides the core classes for the Java Management Extensions. 
 | 
| javax.management.relation | 
 Provides the definition of the Relation Service. 
 | 
| javax.management.remote.rmi | 
 The RMI connector is a connector for the JMX Remote API that
      uses RMI to transmit client requests to a remote MBean server. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
ObjectInstance | 
MBeanServer.createMBean(String className,
           ObjectName name)
Instantiates and registers an MBean in the MBean server. 
 | 
ObjectInstance | 
MBeanServer.createMBean(String className,
           ObjectName name,
           Object[] params,
           String[] signature)
Instantiates and registers an MBean in the MBean server. 
 | 
ObjectInstance | 
MBeanServer.createMBean(String className,
           ObjectName name,
           ObjectName loaderName)
Instantiates and registers an MBean in the MBean server. 
 | 
ObjectInstance | 
MBeanServer.createMBean(String className,
           ObjectName name,
           ObjectName loaderName,
           Object[] params,
           String[] signature)
Instantiates and registers an MBean in the MBean server. 
 | 
ObjectInstance | 
MBeanServerConnection.createMBean(String className,
           ObjectName name)
Instantiates and registers an MBean in the MBean server. 
 | 
ObjectInstance | 
MBeanServerConnection.createMBean(String className,
           ObjectName name,
           Object[] params,
           String[] signature)
Instantiates and registers an MBean in the MBean server. 
 | 
ObjectInstance | 
MBeanServerConnection.createMBean(String className,
           ObjectName name,
           ObjectName loaderName)
Instantiates and registers an MBean in the MBean server. 
 | 
ObjectInstance | 
MBeanServerConnection.createMBean(String className,
           ObjectName name,
           ObjectName loaderName,
           Object[] params,
           String[] signature)
Instantiates and registers an MBean in the MBean server. 
 | 
ObjectInstance | 
MBeanServer.registerMBean(Object object,
             ObjectName name)
Registers a pre-existing object as an MBean with the MBean
 server. 
 | 
void | 
StandardMBean.setImplementation(Object implementation)
Replace the implementation object wrapped in this object. 
 | 
| Constructor and Description | 
|---|
StandardMBean(Class<?> mbeanInterface)
Make a DynamicMBean out of this, using the specified
 mbeanInterface class. 
 | 
StandardMBean(T implementation,
             Class<T> mbeanInterface)
Make a DynamicMBean out of the object
 implementation, using the specified
 mbeanInterface class. 
 | 
| Constructor and Description | 
|---|
RoleInfo(String roleName,
        String mbeanClassName)
Constructor. 
 | 
RoleInfo(String roleName,
        String mbeanClassName,
        boolean read,
        boolean write)
Constructor. 
 | 
RoleInfo(String roleName,
        String mbeanClassName,
        boolean read,
        boolean write,
        int min,
        int max,
        String descr)
Constructor. 
 | 
 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. All rights reserved. 
DRAFT 9-internal+0-2016-01-26-133437.ivan.openjdk9onspinwait