Uses of Class
javax.management.NotCompliantMBeanException
Packages that use NotCompliantMBeanException
Package
Description
Provides the core classes for the Java Management Extensions.
Provides the definition of the Relation Service.
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 NotCompliantMBeanException in javax.management
Methods in javax.management that throw NotCompliantMBeanExceptionModifier 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.MBeanServerConnection.createMBean(String className, ObjectName name, Object[] params, String[] signature)
Instantiates and registers an MBean in the MBean server.MBeanServerConnection.createMBean(String className, ObjectName name, ObjectName loaderName)
Instantiates and registers an MBean in the MBean server.MBeanServerConnection.createMBean(String className, ObjectName name, ObjectName loaderName, Object[] params, String[] signature)
Instantiates and registers an MBean in the MBean server.MBeanServer.registerMBean(Object object, ObjectName name)
Registers a pre-existing object as an MBean with the MBean server.void
StandardMBean.setImplementation(Object implementation)
Replace the implementation object wrapped in this object.Constructors in javax.management that throw NotCompliantMBeanExceptionModifierConstructorDescriptionprotected
StandardMBean(Class<?> mbeanInterface)
Make a DynamicMBean out of this, using the specified mbeanInterface class.StandardMBean(T implementation, Class<T> mbeanInterface)
Make a DynamicMBean out of the object implementation, using the specified mbeanInterface class. -
Uses of NotCompliantMBeanException in javax.management.relation
Constructors in javax.management.relation that throw NotCompliantMBeanException -
Uses of NotCompliantMBeanException in javax.management.remote.rmi
Methods in javax.management.remote.rmi that throw NotCompliantMBeanExceptionModifier and TypeMethodDescriptionRMIConnection.createMBean(String className, ObjectName name, MarshalledObject params, String[] signature, Subject delegationSubject)
Handles the methodMBeanServerConnection.createMBean(String, ObjectName, Object[], String[])
.RMIConnection.createMBean(String className, ObjectName name, ObjectName loaderName, MarshalledObject params, String[] signature, Subject delegationSubject)
RMIConnection.createMBean(String className, ObjectName name, ObjectName loaderName, Subject delegationSubject)
Handles the methodMBeanServerConnection.createMBean(String, ObjectName, ObjectName)
.RMIConnection.createMBean(String className, ObjectName name, Subject delegationSubject)
Handles the methodMBeanServerConnection.createMBean(String, ObjectName)
.