Uses of Class
javax.management.InstanceAlreadyExistsException
-
Packages that use InstanceAlreadyExistsException Package Description javax.management Provides the core classes for the Java Management Extensions.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. -
-
Uses of InstanceAlreadyExistsException in javax.management
Methods in javax.management that throw InstanceAlreadyExistsException Modifier and Type Method 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. -
Uses of InstanceAlreadyExistsException in javax.management.remote.rmi
Methods in javax.management.remote.rmi that throw InstanceAlreadyExistsException Modifier and Type Method Description ObjectInstance
RMIConnection. createMBean(String className, ObjectName name, MarshalledObject params, String[] signature, Subject delegationSubject)
Handles the methodMBeanServerConnection.createMBean(String, ObjectName, Object[], String[])
.ObjectInstance
RMIConnection. createMBean(String className, ObjectName name, ObjectName loaderName, MarshalledObject params, String[] signature, Subject delegationSubject)
ObjectInstance
RMIConnection. createMBean(String className, ObjectName name, ObjectName loaderName, Subject delegationSubject)
Handles the methodMBeanServerConnection.createMBean(String, ObjectName, ObjectName)
.ObjectInstance
RMIConnection. createMBean(String className, ObjectName name, Subject delegationSubject)
Handles the methodMBeanServerConnection.createMBean(String, ObjectName)
.
-