API Overview API Index Direct link to this page
JDK 1.6
  Package: javax.management.openmbean
Author(s)
Since
1.5
Version
Serial
Description
  Provides the open data types and Open MBean descriptor classes.
ArrayType View Source The ArrayType class is the open type class whose instances describe all open data values which are n-dimensional arrays of open data values.
CompositeData View Source The CompositeData interface specifies the behavior of a specific type of complex open data objects which represent composite data structures.
CompositeDataInvocationHandler View Source An InvocationHandler that forwards getter methods to a CompositeData.
CompositeDataSupport View Source The CompositeDataSupport class is the open data class which implements the CompositeData interface.
CompositeDataView View Source A Java class can implement this interface to indicate how it is to be converted into a CompositeData by the MXBean framework.
CompositeType View Source The CompositeType class is the open type class whose instances describe the types of CompositeData values.
InvalidKeyException View Source This runtime exception is thrown to indicate that a method parameter which was expected to be an item name of a composite data or a row index of a tabular data is not valid.
InvalidOpenTypeException View Source This runtime exception is thrown to indicate that the open type of an open data value is not the one expected.
KeyAlreadyExistsException View Source This runtime exception is thrown to indicate that the index of a row to be added to a tabular data instance is already used to refer to another row in this tabular data instance.
OpenDataException View Source This checked exception is thrown when an open type, an open data or an open MBean metadata info instance could not be constructed because one or more validity constraints were not met.
OpenMBeanAttributeInfo View Source Describes an attribute of an open MBean.
OpenMBeanAttributeInfoSupport View Source Describes an attribute of an open MBean.
OpenMBeanConstructorInfo View Source Describes a constructor of an Open MBean.
OpenMBeanConstructorInfoSupport View Source Describes a constructor of an Open MBean.
OpenMBeanInfo View Source Describes an Open MBean: an Open MBean is recognized as such if its getMBeanInfo() method returns an instance of a class which implements the OpenMBeanInfo interface, typically OpenMBeanInfoSupport.
OpenMBeanInfoSupport View Source The OpenMBeanInfoSupport class describes the management information of an open MBean: it is a subclass of MBeanInfo, and it implements the OpenMBeanInfo interface.
OpenMBeanOperationInfo View Source Describes an operation of an Open MBean.
OpenMBeanOperationInfoSupport View Source Describes an operation of an Open MBean.
OpenMBeanParameterInfo View Source Describes a parameter used in one or more operations or constructors of an open MBean.
OpenMBeanParameterInfoSupport View Source Describes a parameter used in one or more operations or constructors of an open MBean.
OpenType View Source The OpenType class is the parent abstract class of all classes which describe the actual open type of open data values.
SimpleType View Source The SimpleType class is the open type class whose instances describe all open data values which are neither arrays, nor CompositeData values, nor TabularData values.
TabularData View Source The TabularData interface specifies the behavior of a specific type of complex open data objects which represent tabular data structures.
TabularDataSupport View Source 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 View Source The TabularType class is the open type class whose instances describe the types of TabularData values.
Generated By: JavaOnTracks Doclet 0.1.4     ©Thibaut Colar