站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > JBoss 4.0.1 sp1 jmx API Documentation 英文版文档

Uses of Class javax.management.IntrospectionException (JBoss/JMX API) - JBoss 4.0.1 sp1 jmx API Documentation 英文版文档


Uses of Class
javax.management.IntrospectionException

Packages that use IntrospectionException
javax.management   
javax.management.modelmbean   
org.jboss.mx.capability   
org.jboss.mx.server   
 

Uses of IntrospectionException in javax.management
 

Methods in javax.management that throw IntrospectionException
 MBeanInfo MBeanServerConnection.getMBeanInfo(ObjectName name)
          Retrieves the jmx metadata for an mbean
 MBeanInfo MBeanServer.getMBeanInfo(ObjectName name)
          Retrieves the jmx metadata for an mbean
 

Constructors in javax.management that throw IntrospectionException
MBeanAttributeInfo(String name, String description, Method getter, Method setter)
          Creates an MBean attribute info object using the given accessor methods.
 

Uses of IntrospectionException in javax.management.modelmbean
 

Constructors in javax.management.modelmbean that throw IntrospectionException
ModelMBeanAttributeInfo(String name, String description, Method getter, Method setter)
          Creates a new attribute info with a default descriptor.
ModelMBeanAttributeInfo(String name, String description, Method getter, Method setter, Descriptor descriptor)
          Creates a new attribute info object.
 

Uses of IntrospectionException in org.jboss.mx.capability
 

Methods in org.jboss.mx.capability that throw IntrospectionException
static DynamicMBean DispatcherFactory.create(MBeanInfo info, Object resource)
          Creates a Dispatcher for an arbitrary resource.
static DynamicMBean DispatcherFactory.create(MBeanInfo info, Object resource, AttributeOperationResolver resolver)
          Creates a dispatcher for an arbitrary resource using the named AttributeOperationResolver.
 

Uses of IntrospectionException in org.jboss.mx.server
 

Methods in org.jboss.mx.server that throw IntrospectionException
 MBeanInfo MBeanServerImpl.getMBeanInfo(ObjectName name)
           
 



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