Uses of Class
javax.management.IntrospectionException

Packages that use IntrospectionException
javax.management Provides the core classes for the Java Management Extensions. 
javax.management.modelmbean Provides the definition of the ModelMBean classes. 
 

Uses of IntrospectionException in javax.management
 

Methods in javax.management that throw IntrospectionException
 MBeanInfo MBeanServerConnection.getMBeanInfo(ObjectName name)
          This method discovers the attributes and operations that an MBean exposes for management.
 MBeanInfo MBeanServer.getMBeanInfo(ObjectName name)
          This method discovers the attributes and operations that an MBean exposes for management.
 

Constructors in javax.management that throw IntrospectionException
MBeanAttributeInfo(String name, String description, Method getter, Method setter)
          This constructor takes the name of a simple attribute, and Method objects for reading and writing the attribute.
 

Uses of IntrospectionException in javax.management.modelmbean
 

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


JMX Specification 1.2 Maintenance Release
Generated from RI build jmx-1_2_2_03-b34.1 2005.02.08_17:06:19_MET

Copyright 1999-2004 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms.