Uses of Class
javax.management.IntrospectionException

Packages that use IntrospectionException
javax.management   
javax.management.modelmbean   
mx4j.connector   
mx4j.server   
 

Uses of IntrospectionException in javax.management
 

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

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)
           
 

Uses of IntrospectionException in javax.management.modelmbean
 

Constructors in javax.management.modelmbean that throw IntrospectionException
ModelMBeanAttributeInfo(java.lang.String name, java.lang.String description, java.lang.reflect.Method getter, java.lang.reflect.Method setter)
           
ModelMBeanAttributeInfo(java.lang.String name, java.lang.String description, java.lang.reflect.Method getter, java.lang.reflect.Method setter, Descriptor descriptor)
           
 

Uses of IntrospectionException in mx4j.connector
 

Methods in mx4j.connector that throw IntrospectionException
 MBeanInfo MBeanServerConnection.getMBeanInfo(ObjectName objectName)
           
 MBeanInfo RemoteMBeanServer.getMBeanInfo(ObjectName objectName)
           
 

Uses of IntrospectionException in mx4j.server
 

Methods in mx4j.server that throw IntrospectionException
 MBeanInfo MBeanServerImpl.getMBeanInfo(ObjectName objectName)
          Returns an MBeanInfo using the specified objectName
 MBeanInfo ChainedMBeanServer.getMBeanInfo(ObjectName objectName)
           
 



Copyright © 2001-2002 MX4J Team. All Rights Reserved.