Uses of Class
javax.management.NotCompliantMBeanException

Packages that use NotCompliantMBeanException
javax.management   
javax.management.relation The JBossMX relation service
org.jboss.mx.metadata   
org.jboss.mx.modelmbean   
org.jboss.mx.server   
org.jboss.mx.server.registry   
org.jboss.mx.util Utilities for the Java Management Extentions API. 
 

Uses of NotCompliantMBeanException in javax.management
 

Methods in javax.management that throw NotCompliantMBeanException
 ObjectInstance MBeanServer.createMBean(String className, ObjectName name)
          Create an MBean registered using the given object name.
 ObjectInstance MBeanServerConnection.createMBean(String className, ObjectName name)
          Create an MBean registered using the given object name.
 ObjectInstance MBeanServer.createMBean(String className, ObjectName name, Object[] params, String[] signature)
          Create an MBean registered using the given object name.
 ObjectInstance MBeanServerConnection.createMBean(String className, ObjectName name, Object[] params, String[] signature)
          Create an MBean registered using the given object name.
 ObjectInstance MBeanServer.createMBean(String className, ObjectName name, ObjectName loaderName)
          Create an MBean registered using the given object name.
 ObjectInstance MBeanServerConnection.createMBean(String className, ObjectName name, ObjectName loaderName)
          Create an MBean registered using the given object name.
 ObjectInstance MBeanServer.createMBean(String className, ObjectName name, ObjectName loaderName, Object[] params, String[] signature)
          Create an MBean registered using the given object name.
 ObjectInstance MBeanServerConnection.createMBean(String className, ObjectName name, ObjectName loaderName, Object[] params, String[] signature)
          Create an MBean registered using the given object name.
 ObjectInstance MBeanServer.registerMBean(Object object, ObjectName name)
          Registers an mbean.
 void StandardMBean.setImplementation(Object implementation)
          Replace the implementation object
 

Constructors in javax.management that throw NotCompliantMBeanException
StandardMBean(Class mbeanInterface)
          Construct a DynamicMBean from this object and the passed management interface class.
StandardMBean(Object implementation, Class mbeanInterface)
          Construct a DynamicMBean from the given implementation object and the passed management interface class.
 

Uses of NotCompliantMBeanException in javax.management.relation
 

Constructors in javax.management.relation that throw NotCompliantMBeanException
RoleInfo(String name, String className)
          Construct a role info with the given name and class name.
RoleInfo(String name, String className, boolean readable, boolean writable)
          Construct a role info with the given name, class name and read/write attributes.
RoleInfo(String name, String className, boolean readable, boolean writable, int minDegree, int maxDegree, String description)
          Construct a role info with the given name, class name, read/write attributes, minimum/maximum degree and description.
 

Uses of NotCompliantMBeanException in org.jboss.mx.metadata
 

Methods in org.jboss.mx.metadata that throw NotCompliantMBeanException
 MBeanInfo XMLMetaData.build()
          Constructs the Model MBean metadata.
 MBeanInfo StandardMetaData.build()
           
 MBeanInfo MetaDataBuilder.build()
          Constructs the Model MBean metadata.
 MBeanInfo JBossXMBean10.build()
           
abstract  MBeanInfo AbstractBuilder.build()
           
protected  ModelMBeanAttributeInfo[] JBossXMBean10.buildAttributeInfo(List attributes)
           
protected  ModelMBeanConstructorInfo[] JBossXMBean10.buildConstructorInfo(List constructors)
           
protected  ModelMBeanInfo JBossXMBean10.buildMBeanMetaData(String description, List constructors, List operations, List attributes, List notifications, Descriptor descr)
           
protected  ModelMBeanNotificationInfo[] JBossXMBean10.buildNotificationInfo(List notifications)
           
protected  ModelMBeanOperationInfo[] JBossXMBean10.buildOperationInfo(List operations)
           
protected  Object JBossXMBean10.convertValue(String unconverted, String typeName)
          Describe convertType method here.
protected  Object JBossXMBean10.getAttributeValue(org.jboss.dom4j.Element attribute, String typeName, String which)
          Get the value for the attribute descriptor "value" or "default" the same way we would do for mbean attribute overrides
protected  Descriptor JBossXMBean10.getDescriptor(org.jboss.dom4j.Element parent, String infoName, String type)
           
static MBeanCapability MBeanCapability.of(Class mbeanClass)
           
 

Constructors in org.jboss.mx.metadata that throw NotCompliantMBeanException
StandardMetaData(Class mbeanClass)
          Initializes the Standard metadata builder.
StandardMetaData(Object mbeanInstance)
          Initializes the Standard metadata builder.
StandardMetaData(Object mbInstance, Class mbInterface)
          Initializes the Standard metadata builder.
 

Uses of NotCompliantMBeanException in org.jboss.mx.modelmbean
 

Constructors in org.jboss.mx.modelmbean that throw NotCompliantMBeanException
XMBean(Descriptor descriptor)
           
XMBean(Object resource, Element element, String version)
           
XMBean(Object resource, org.jboss.dom4j.Element element, String version)
           
XMBean(Object resource, String resourceType)
          Creates a XMBean instance with a given resource object and resource type.
XMBean(Object resource, URL interfaceURL)
           
 

Uses of NotCompliantMBeanException in org.jboss.mx.server
 

Methods in org.jboss.mx.server that throw NotCompliantMBeanException
 ObjectInstance MBeanServerImpl.createMBean(String className, ObjectName name)
           
 ObjectInstance MBeanServerImpl.createMBean(String className, ObjectName name, Object[] params, String[] signature)
           
 ObjectInstance MBeanServerImpl.createMBean(String className, ObjectName name, ObjectName loaderName)
           
 ObjectInstance MBeanServerImpl.createMBean(String className, ObjectName name, ObjectName loaderName, Object[] params, String[] signature)
           
 ObjectInstance MBeanServerImpl.registerMBean(Object object, ObjectName name)
          Registers a pre-existing object as an MBean with the MBean server.
protected  ObjectInstance MBeanServerImpl.registerMBean(Object object, ObjectName name, ClassLoader cl)
          Register an MBean
protected  ObjectInstance MBeanServerImpl.registerMBean(Object mbean, ObjectName name, ObjectName loaderName)
          Register an MBean
 

Uses of NotCompliantMBeanException in org.jboss.mx.server.registry
 

Methods in org.jboss.mx.server.registry that throw NotCompliantMBeanException
protected  ObjectName BasicMBeanRegistry.invokePreRegister(MBeanInvoker invoker, ObjectName regName, String magicToken)
           
 ObjectInstance MBeanRegistry.registerMBean(Object object, ObjectName name, Map valueMap)
          Register an mbean.
 ObjectInstance BasicMBeanRegistry.registerMBean(Object object, ObjectName name, Map valueMap)
           
 

Uses of NotCompliantMBeanException in org.jboss.mx.util
 

Subclasses of NotCompliantMBeanException in org.jboss.mx.util
 class JBossNotCompliantMBeanException
          JBossNotCompliantMBeanException.java Created: Tues Feb 18 22:45:03 2003
 



Copyright © 2002 JBoss Group, LLC. All Rights Reserved.