Package javax.management.openmbean

Interface Summary
CompositeData An Open Data Type for composite data structures.
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.
TabularData An Open Data Type for tabular data structures.
 

Class Summary
ArrayType Array types.
CompositeDataSupport An implementation of CompositeData.
CompositeType The CompositeType is an OpenType that describes CompositeData.
OpenMBeanAttributeInfoSupport OpenMBeanAttributeInfo implementation
OpenMBeanConstructorInfoSupport OpenMBeanConstructorInfo implementation
OpenMBeanInfoSupport OpenMBeanInfo implementation
OpenMBeanOperationInfoSupport OpenMBeanOperationInfo implementation
OpenMBeanParameterInfoSupport OpenMBeanParameterInfo implementation
OpenType A parent for all classes describing open types of open data values.
SimpleType The open type for simple java classes.
TabularDataSupport An implementation of TabularData.
TabularType The TabularType is an OpenType that describes TabularData.
 

Exception Summary
InvalidKeyException Thrown when an item name for composite data or a row index for tabular data is invalid.
InvalidOpenTypeException Thrown when an open type of an open data is not correct.
KeyAlreadyExistsException Thrown when a row index for tabular data already exists.
OpenDataException Thrown when an open type, open data or open mbean meta data object is attempted to be constructed that is not valid.
 



Copyright © 2002 JBoss Group, LLC. All Rights Reserved.