Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

Uses of Class
javax.management.IntrospectionException

Uses of IntrospectionException in javax.management
 

Methods in javax.management that throw IntrospectionException
 MBeanInfo MBeanServer.getMBeanInfo(ObjectName name)
           
 

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