Uses of Class
javax.management.NotCompliantMBeanException

Packages that use NotCompliantMBeanException
javax.management   
javax.management.relation   
org.huihoo.jfox.jmx   
 

Uses of NotCompliantMBeanException in javax.management
 

Methods in javax.management that throw NotCompliantMBeanException
 void StandardMBean.setImplementation(java.lang.Object implementation)
          Replace the implementation object wrapped in this object.
 ObjectInstance MBeanServerConnection.createMBean(java.lang.String className, ObjectName name)
          Instantiates and registers an MBean in the MBean server.
 ObjectInstance MBeanServerConnection.createMBean(java.lang.String className, ObjectName name, ObjectName loaderName)
          Instantiates and registers an MBean in the MBean server.
 ObjectInstance MBeanServerConnection.createMBean(java.lang.String className, ObjectName name, java.lang.Object[] params, java.lang.String[] signature)
          Instantiates and registers an MBean in the MBean server.
 ObjectInstance MBeanServerConnection.createMBean(java.lang.String className, ObjectName name, ObjectName loaderName, java.lang.Object[] params, java.lang.String[] signature)
          Instantiates and registers an MBean in the MBean server.
 ObjectInstance MBeanServer.createMBean(java.lang.String className, ObjectName name)
          Instantiates and registers an MBean in the MBean server.
 ObjectInstance MBeanServer.createMBean(java.lang.String className, ObjectName name, ObjectName loaderName)
          Instantiates and registers an MBean in the MBean server.
 ObjectInstance MBeanServer.createMBean(java.lang.String className, ObjectName name, java.lang.Object[] params, java.lang.String[] signature)
          Instantiates and registers an MBean in the MBean server.
 ObjectInstance MBeanServer.createMBean(java.lang.String className, ObjectName name, ObjectName loaderName, java.lang.Object[] params, java.lang.String[] signature)
          Instantiates and registers an MBean in the MBean server.
 ObjectInstance MBeanServer.registerMBean(java.lang.Object object, ObjectName name)
          Registers a pre-existing object as an MBean with the MBean server.
 

Constructors in javax.management that throw NotCompliantMBeanException
StandardMBean(java.lang.Object implementation, java.lang.Class mbeanInterface)
          Make a DynamicMBean out of the object implementation, using the specified mbeanInterface class.
StandardMBean(java.lang.Class mbeanInterface)
          Make a DynamicMBean out of this, using the specified mbeanInterface class.
 

Uses of NotCompliantMBeanException in javax.management.relation
 

Constructors in javax.management.relation that throw NotCompliantMBeanException
RoleInfo(java.lang.String name, java.lang.String refMBeanClassName, boolean readable, boolean writable, int minDegree, int maxDegree, java.lang.String description)
          Constructor
RoleInfo(java.lang.String name, java.lang.String refMBeanClassName, boolean readable, boolean writable)
          Constructor with 1 minDegree and 1 maxDegree,null description
RoleInfo(java.lang.String theName, java.lang.String theRefMBeanClassName)
          Constructor with true readable,true writable,1 minDegree,1 maxDegree,null description
 

Uses of NotCompliantMBeanException in org.huihoo.jfox.jmx
 

Methods in org.huihoo.jfox.jmx that throw NotCompliantMBeanException
 ObjectInstance MBeanServerSupport.createMBean(java.lang.String className, ObjectName objectName)
           
 ObjectInstance MBeanServerSupport.createMBean(java.lang.String className, ObjectName objectName, ObjectName loaderName)
           
 ObjectInstance MBeanServerSupport.createMBean(java.lang.String className, ObjectName objectName, java.lang.Object[] params, java.lang.String[] signatures)
           
 ObjectInstance MBeanServerSupport.createMBean(java.lang.String className, ObjectName objectName, ObjectName loaderName, java.lang.Object[] params, java.lang.String[] signatures)
           
 ObjectInstance MBeanServerSupport.registerMBean(java.lang.Object obj, ObjectName objectName)
           
 java.lang.Class MBeanIntrospectorSupport.checkCompliance(java.lang.Class mbeanClass)
          a MBean Class must be a class and must implement a MBean Inteface or DynamicMBean interface and the interface must be public
 java.lang.Class MBeanIntrospector.checkCompliance(java.lang.Class mbeanClass)