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.
Interface Summary |
CompositeData |
The CompositeData interface specifies the behavior of a specific type of complex open data objects
which represent composite data structures. |
CompositeDataView |
A Java class can implement this interface to indicate how it is
to be converted into a by the MXBean framework. |
OpenMBeanAttributeInfo |
Describes an attribute of an open MBean. |
OpenMBeanConstructorInfo |
Describes a constructor of an Open MBean. |
OpenMBeanInfo |
Describes an Open MBean: an Open MBean is recognized as such if
its javax.management.DynamicMBean.getMBeanInfo method returns an instance of a class which
implements the javax.management.openmbean.OpenMBeanInfo interface, typically javax.management.openmbean.OpenMBeanInfoSupport. |
OpenMBeanOperationInfo |
Describes an operation of an Open MBean. |
OpenMBeanParameterInfo |
Describes a parameter used in one or more operations or
constructors of an open MBean. |
TabularData |
The TabularData interface specifies the behavior of a specific type of complex open data objects
which represent tabular data structures. |
Class Summary |
ArrayType |
The ArrayType class is the open type class whose instances describe
all open data values which are n-dimensional arrays of open data values. |
CompositeDataInvocationHandler |
An java.lang.reflect.InvocationHandler that forwards getter methods to a
javax.management.openmbean.CompositeData. |
CompositeDataSupport |
The CompositeDataSupport class is the open data class which
implements the CompositeData interface. |
CompositeType |
The CompositeType class is the open type class
whose instances describe the types of javax.management.openmbean.CompositeData values. |
OpenMBeanAttributeInfoSupport |
Describes an attribute of an open MBean. |
OpenMBeanConstructorInfoSupport |
Describes a constructor of an Open MBean. |
OpenMBeanInfoSupport |
The class describes the management
information of an open MBean: it is a subclass of javax.management.MBeanInfo, and it implements the javax.management.openmbean.OpenMBeanInfo interface. |
OpenMBeanOperationInfoSupport |
Describes an operation of an Open MBean. |
OpenMBeanParameterInfoSupport |
Describes a parameter used in one or more operations or
constructors of an open MBean. |
OpenType |
The OpenType class is the parent abstract class of all classes which describe the actual open type
of open data values. |
SimpleType |
The SimpleType class is the open type class whose instances describe
all open data values which are neither arrays,
nor javax.management.openmbean.CompositeData values,
nor javax.management.openmbean.TabularData values. |
TabularDataSupport |
The TabularDataSupport class is the open data class which implements the TabularData
and the Map interfaces, and which is internally based on a hash map data structure. |
TabularType |
The TabularType class is the open type class
whose instances describe the types of javax.management.openmbean.TabularData values. |
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:
The official Sun™ documentation can be found here at
http://java.sun.com/javase/6/docs/api/.