This documentation differs from the official API. Jadeite adds extra features to the API including: variable font sizes, constructions examples, placeholders for classes and methods, and auto-generated “See Also” links. Additionally it is missing some items found in standard Javadoc documentation, including: generics type information, “Deprecated” tags and comments, “See Also” links, along with other minor differences. Please send any questions or feedback to bam@cs.cmu.edu.


Package javax.management.modelmbean

Interface Summary
ModelMBean This interface must be implemented by the ModelMBeans.
ModelMBeanInfo This interface is implemented by the ModelMBeanInfo for every ModelMBean.
ModelMBeanNotificationBroadcaster This interface must be implemented by the ModelMBeans.
 

Class Summary
DescriptorSupport This class represents the metadata set for a ModelMBean element.
ModelMBeanAttributeInfo The ModelMBeanAttributeInfo object describes an attribute of the ModelMBean.
ModelMBeanConstructorInfo The ModelMBeanConstructorInfo object describes a constructor of the ModelMBean.
ModelMBeanInfoSupport This class represents the meta data for ModelMBeans.
ModelMBeanNotificationInfo The ModelMBeanNotificationInfo object describes a notification emitted by a ModelMBean.
ModelMBeanOperationInfo The ModelMBeanOperationInfo object describes a management operation of the ModelMBean.
RequiredModelMBean This class is the implementation of a ModelMBean.
 

Exception Summary
InvalidTargetObjectTypeException Exception thrown when an invalid target object type is specified.
XMLParseException This exception is thrown when an XML formatted string is being parsed into ModelMBean objects or when XML formatted strings are being created from ModelMBean objects.
 



This documentation differs from the official API. Jadeite adds extra features to the API including: variable font sizes, constructions examples, placeholders for classes and methods, and auto-generated “See Also” links. Additionally it is missing some items found in standard Javadoc documentation, including: generics type information, “Deprecated” tags and comments, “See Also” links, along with other minor differences. Please send any questions or feedback to bam@cs.cmu.edu.
This page displays the Jadeite version of the documention, which is derived from the offical documentation that contains this copyright notice:
Copyright 2008 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
The official Sun™ documentation can be found here at http://java.sun.com/javase/6/docs/api/.