| 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 | MBeanServer. unregisterMBean(ObjectName name) | Unregisters an MBean from the MBean server. | 
| void | MBeanServerConnection. unregisterMBean(ObjectName name) | Unregisters an MBean from the MBean server. |