Uses of Class
javax.management.MBeanRegistrationException

Packages that use MBeanRegistrationException
javax.management Provides the core classes for the Java Management Extensions. 
 

Uses of MBeanRegistrationException in javax.management
 

Methods in javax.management that throw MBeanRegistrationException
 ObjectInstance MBeanServerConnection.createMBean(String className, ObjectName name)
          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, Object[] params, String[] signature)
          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.
 void MBeanServerConnection.unregisterMBean(ObjectName name)
          Unregisters an MBean from the MBean server.
 ObjectInstance MBeanServer.createMBean(String className, ObjectName name)
          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, Object[] params, String[] signature)
          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 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.
 


JMX Specification 1.2 Maintenance Release
Generated from RI build jmx-1_2_2_03-b34.2 2005.11.28_17:31:59_MET

Copyright 1999-2004 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms.