|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use IntrospectionException | |
| javax.management | |
| javax.management.modelmbean | |
| org.huihoo.jfox.jmx | |
| 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(java.lang.String name,
java.lang.String description,
java.lang.reflect.Method getter,
java.lang.reflect.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(java.lang.String name,
java.lang.String description,
java.lang.reflect.Method getter,
java.lang.reflect.Method setter)
Constructs a ModelMBeanAttributeInfo object with a default descriptor. |
|
ModelMBeanAttributeInfo(java.lang.String name,
java.lang.String description,
java.lang.reflect.Method getter,
java.lang.reflect.Method setter,
Descriptor descriptor)
Constructs a ModelMBeanAttributeInfo object. |
|
| Uses of IntrospectionException in org.huihoo.jfox.jmx |
| Methods in org.huihoo.jfox.jmx that throw IntrospectionException | |
MBeanInfo |
MBeanServerSupport.getMBeanInfo(ObjectName objectName)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||