Package javax.jmx.openmbean

This package consists of Java Bean components that
can be imported into any Java Bean Builders.

See:
          Description

Class Summary
CompositeAttributeInfo Describes an instance of the CompositeData class when used as an atribute type for a mbean.
CompositeData The CompositeData class defines a static Hashtable with an arbitrary number of entries which can be of any type.
CompositeParameterInfo Describes an instance of the CompositeData class when used as an parameter.
ObjectArray This class is useful in picking up an object from the Hashtable where the key is an Object[].
OpenMBeanAttributeInfo Describes management information of an open mbean's attribute.
OpenMBeanConstructorInfo The OpenMBeanConstructorInfo object describes a constructor exposed by an open MBean.
OpenMBeanInfo This class provides the main information structure for describing an open MBean.This class basically lists the attributes,operations, constructors and notifications of an open MBean.
OpenMBeanOperationInfo The OpenMBeanOperationInfo object describes a management operation exposed by an open MBean.
OpenMBeanParameterInfo The OpenMBeanParameterInfo object describes an argument of an operation exposed by an open MBean.
TabularAttributeInfo Describes an instance of the TabularData class when used as an atribute type for a mbean.
TabularData The TabularData defines a table structure with an arbitrary number of rows which can be indexed by any number of columns.Each row is a CompositeData instance , but all rows must have the same composite data description.
TabularParameterInfo Describes an instance of the TabularData class when used as an parameter.
 

Package javax.jmx.openmbean Description

This package consists of Java Bean components that
can be imported into any Java Bean Builders.