|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use IntrospectionException | |
| com.sun.jdmk | Provides specific classes to Sun JMX Tools Contribution: Miscellaneous classes. |
| javax.management | Provides the core JMX classes. |
| javax.management.modelmbean | Provides the definition of the ModelMBean classes. |
| Uses of IntrospectionException in com.sun.jdmk |
| Methods in com.sun.jdmk that throw IntrospectionException | |
MBeanInfo |
MBeanServerForwarder.getMBeanInfo(ObjectName name)
|
| 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(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 1.2_8 2002.10.31_20:03:55_MET | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||