Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

Uses of Package
javax.management.openmbean

Classes in javax.management.openmbean used by javax.management.openmbean
CompositeData
          An Open Data Type for composite data structures.
CompositeType
          The CompositeType is an OpenType that describes CompositeData.
InvalidKeyException
          Thrown when an item name for composite data or a row index for tabular data is invalid.
OpenDataException
          Thrown when an open type, open data or open mbean meta data object is attempted to be constructed that is not valid.
OpenMBeanAttributeInfo
          An open MBean attribute info implements this interface as well as extending MBeanAttributeInfo.
OpenMBeanConstructorInfo
          An open MBean constructor info implements this interface as well as extending MBeanConstructorInfo.
OpenMBeanInfo
          An MBean is an OpenMBean when its getMBeanInfo() returns an MBeanInfo implementing this interface and extending javax.management.MBeanInfo.
OpenMBeanOperationInfo
          An open MBean operation info implements this interface as well as extending MBeanOperationInfo.
OpenMBeanParameterInfo
          An open MBean parameter info implements this interface as well as extending MBeanParameterInfo.
OpenType
          A parent for all classes describing open types of open data values.
SimpleType
          The open type for simple java classes.
TabularData
          An Open Data Type for tabular data structures.
TabularType
          The TabularType is an OpenType that describes TabularData.