|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use IntrospectionException | |
javax.management | Provides the core JMX classes. |
javax.management.modelmbean | Provides the definition of the ModelMBean classes. |
Uses of IntrospectionException in javax.management |
Methods in javax.management that throw IntrospectionException | |
MBeanInfo |
MBeanServer.getMBeanInfo(ObjectName name)
This method discovers the attributes and operations that an MBean exposes for management. |
MBeanInfo |
MBeanServerConnection.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. |
|
Maintenance Release jmx-1.2.1-b14 2003.07.15_17:22:05_MEST |
||||||||||
PREV NEXT | FRAMES NO FRAMES |