Package javax.management.openmbean

Interface Summary
CompositeData  
OpenMBeanAttributeInfo An OpenMBeanAttributeInfo represents an attribute of an OpenMBean
OpenMBeanConstructorInfo  
OpenMBeanInfo The OpenMBeanInfo describes an OpenMBean.
OpenMBeanOperationInfo Describes operation of an OpenMBean
OpenMBeanParameterInfo  
TabularData The TabularData interface specifies the behaviour 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
CompositeDataSupport  
CompositeType  
OpenMBeanAttributeInfoSupport  
OpenMBeanConstructorInfoSupport Describes a constructor of an openMBean
OpenMBeanInfoSupport  
OpenMBeanOperationInfoSupport Describes an operation of an OpenMBean
OpenMBeanParameterInfoSupport Describes a parameter used in one or more operations or constructors of an open MBean
OpenType  
SimpleType 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.
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  
 

Exception Summary
InvalidKeyException  
InvalidOpenTypeException  
KeyAlreadyExistsException  
OpenDataException