Uses of Class javax.management.MBeanRegistrationException

Uses in package gnu.javax.management

Methods which throw type javax.management.MBeanRegistrationException

ObjectInstance
Server.createMBean(String className, ObjectName name)
Instantiates a new instance of the specified management bean using the default constructor and registers it with the server under the supplied name.
ObjectInstance
Server.createMBean(String className, ObjectName name, Object[] params, String[] sig)
Instantiates a new instance of the specified management bean using the given constructor and registers it with the server under the supplied name.
ObjectInstance
Server.createMBean(String className, ObjectName name, ObjectName loaderName)
Instantiates a new instance of the specified management bean using the default constructor and registers it with the server under the supplied name.
ObjectInstance
Server.createMBean(String className, ObjectName name, ObjectName loaderName, Object[] params, String[] sig)
Instantiates a new instance of the specified management bean using the given constructor and registers it with the server under the supplied name.
ObjectInstance
Registers the supplied instance with the server, using the specified ObjectName.
void
Unregisters the specified management bean.

Uses in package javax.management.remote.rmi

Methods which throw type javax.management.MBeanRegistrationException

[]
Handles MBeanServerConnection.createMBean(String, ObjectName, Object[], String[]).
ObjectInstance
RMIConnection.createMBean(String className, ObjectName name, ObjectName loaderName, Subject delegationSubject)
Handles MBeanServerConnection.createMBean(String, ObjectName, ObjectName) by instantiating a new instance of the specified management bean using the default constructor and registering it with the server under the supplied name.
ObjectInstance
RMIConnection.createMBean(String className, ObjectName name, Subject delegationSubject)
Handles MBeanServerConnection.createMBean(String, ObjectName) by instantiating a new instance of the specified management bean using the default constructor and registering it with the server under the supplied name.
void
RMIConnection.unregisterMBean(ObjectName name, Subject delegationSubject)
Handles MBeanServerConnection.unregisterMBean(ObjectName) by unregistering the specified management bean.

Uses in package javax.management

Methods which throw type javax.management.MBeanRegistrationException

ObjectInstance
Instantiates a new instance of the specified management bean using the default constructor and registers it with the server under the supplied name.
ObjectInstance
Instantiates a new instance of the specified management bean using the default constructor and registers it with the server under the supplied name.
ObjectInstance
MBeanServer.createMBean(String className, ObjectName name, Object[] params, String[] sig)
Instantiates a new instance of the specified management bean using the given constructor and registers it with the server under the supplied name.
ObjectInstance
MBeanServerConnection.createMBean(String className, ObjectName name, Object[] params, String[] sig)
Instantiates a new instance of the specified management bean using the given constructor and registers it with the server under the supplied name.
ObjectInstance
MBeanServer.createMBean(String className, ObjectName name, ObjectName loaderName)
Instantiates a new instance of the specified management bean using the default constructor and registers it with the server under the supplied name.
ObjectInstance
Instantiates a new instance of the specified management bean using the default constructor and registers it with the server under the supplied name.
ObjectInstance
MBeanServer.createMBean(String className, ObjectName name, ObjectName loaderName, Object[] params, String[] sig)
Instantiates a new instance of the specified management bean using the given constructor and registers it with the server under the supplied name.
ObjectInstance
MBeanServerConnection.createMBean(String className, ObjectName name, ObjectName loaderName, Object[] params, String[] sig)
Instantiates a new instance of the specified management bean using the given constructor and registers it with the server under the supplied name.
ObjectInstance
Registers the supplied instance with the server, using the specified ObjectName.
void
Unregisters the specified management bean.
void
Unregisters the specified management bean.