| ArrayType(int dimension,
         OpenType<?> elementType) | Constructs an ArrayTypeinstance describing open data values which are
 arrays with dimension dimension of elements
 whose open type is elementType. | 
| CompositeType(String typeName,
             String description,
             String[] itemNames,
             String[] itemDescriptions,
             OpenType<?>[] itemTypes) | Constructs a CompositeTypeinstance, checking for the validity of the given parameters. | 
| OpenMBeanAttributeInfoSupport(String name,
                             String description,
                             OpenType<?> openType,
                             boolean isReadable,
                             boolean isWritable,
                             boolean isIs) | Constructs an OpenMBeanAttributeInfoSupportinstance,
 which describes the attribute of an open MBean with the
 specifiedname,openTypeand
 description, and the specified read/write access properties. | 
| OpenMBeanAttributeInfoSupport(String name,
                             String description,
                             OpenType<?> openType,
                             boolean isReadable,
                             boolean isWritable,
                             boolean isIs,
                             Descriptor descriptor) | Constructs an OpenMBeanAttributeInfoSupportinstance,
 which describes the attribute of an open MBean with the
 specifiedname,openType,
 description, read/write access properties, andDescriptor. | 
| OpenMBeanAttributeInfoSupport(String name,
                             String description,
                             OpenType<T> openType,
                             boolean isReadable,
                             boolean isWritable,
                             boolean isIs,
                             T defaultValue) | Constructs an OpenMBeanAttributeInfoSupportinstance,
 which describes the attribute of an open MBean with the
 specifiedname,openType,descriptionanddefaultValue, and the specified read/write access
 properties. | 
| OpenMBeanAttributeInfoSupport(String name,
                             String description,
                             OpenType<T> openType,
                             boolean isReadable,
                             boolean isWritable,
                             boolean isIs,
                             T defaultValue,
                             Comparable<T> minValue,
                             Comparable<T> maxValue) | Constructs an OpenMBeanAttributeInfoSupportinstance,
 which describes the attribute of an open MBean, with the
 specifiedname,openType,description,defaultValue,minValueandmaxValue. | 
| OpenMBeanAttributeInfoSupport(String name,
                             String description,
                             OpenType<T> openType,
                             boolean isReadable,
                             boolean isWritable,
                             boolean isIs,
                             T defaultValue,
                             T[] legalValues) | Constructs an OpenMBeanAttributeInfoSupportinstance,
 which describes the attribute of an open MBean with the
 specifiedname,openType,description,defaultValueandlegalValues, and the specified
 read/write access properties. | 
| OpenMBeanOperationInfoSupport(String name,
                             String description,
                             OpenMBeanParameterInfo[] signature,
                             OpenType<?> returnOpenType,
                             int impact) | Constructs an OpenMBeanOperationInfoSupportinstance, which describes the operation of a class of open
 MBeans, with the specifiedname,description,signature,returnOpenTypeand
 impact. | 
| OpenMBeanOperationInfoSupport(String name,
                             String description,
                             OpenMBeanParameterInfo[] signature,
                             OpenType<?> returnOpenType,
                             int impact,
                             Descriptor descriptor) | Constructs an OpenMBeanOperationInfoSupportinstance, which describes the operation of a class of open
 MBeans, with the specifiedname,description,signature,returnOpenType,
 impact, anddescriptor. | 
| OpenMBeanParameterInfoSupport(String name,
                             String description,
                             OpenType<?> openType) | Constructs an OpenMBeanParameterInfoSupportinstance,
 which describes the parameter used in one or more operations or
 constructors of a class of open MBeans, with the specifiedname,openTypeanddescription. | 
| OpenMBeanParameterInfoSupport(String name,
                             String description,
                             OpenType<?> openType,
                             Descriptor descriptor) | Constructs an OpenMBeanParameterInfoSupportinstance,
 which describes the parameter used in one or more operations or
 constructors of a class of open MBeans, with the specifiedname,openType,description,
 anddescriptor. | 
| OpenMBeanParameterInfoSupport(String name,
                             String description,
                             OpenType<T> openType,
                             T defaultValue) | Constructs an OpenMBeanParameterInfoSupportinstance,
 which describes the parameter used in one or more operations or
 constructors of a class of open MBeans, with the specifiedname,openType,descriptionand
 defaultValue. | 
| OpenMBeanParameterInfoSupport(String name,
                             String description,
                             OpenType<T> openType,
                             T defaultValue,
                             Comparable<T> minValue,
                             Comparable<T> maxValue) | Constructs an OpenMBeanParameterInfoSupportinstance,
 which describes the parameter used in one or more operations or
 constructors of a class of open MBeans, with the specifiedname,openType,description,
 defaultValue,minValueandmaxValue. | 
| OpenMBeanParameterInfoSupport(String name,
                             String description,
                             OpenType<T> openType,
                             T defaultValue,
                             T[] legalValues) | Constructs an OpenMBeanParameterInfoSupportinstance,
 which describes the parameter used in one or more operations or
 constructors of a class of open MBeans, with the specifiedname,openType,description,
 defaultValueandlegalValues. |