Uses of Class
javax.management.InstanceAlreadyExistsException
Packages that use InstanceAlreadyExistsException
Package
Description
Provides the core classes for the Java Management Extensions.
The RMI connector is a connector for the JMX Remote API that
uses RMI to transmit client requests to a remote MBean server.
-
Uses of InstanceAlreadyExistsException in javax.management
Methods in javax.management that throw InstanceAlreadyExistsExceptionModifier and TypeMethodDescriptionMBeanServer.createMBean
(String className, ObjectName name) Instantiates and registers an MBean in the MBean server.MBeanServer.createMBean
(String className, ObjectName name, Object[] params, String[] signature) Instantiates and registers an MBean in the MBean server.MBeanServer.createMBean
(String className, ObjectName name, ObjectName loaderName) Instantiates and registers an MBean in the MBean server.MBeanServer.createMBean
(String className, ObjectName name, ObjectName loaderName, Object[] params, String[] signature) Instantiates and registers an MBean in the MBean server.MBeanServerConnection.createMBean
(String className, ObjectName name) Instantiates and registers an MBean in the MBean server.