Uses of Class
javax.management.openmbean.OpenType

Packages that use OpenType
javax.management.openmbean   
 

Uses of OpenType in javax.management.openmbean
 

Subclasses of OpenType in javax.management.openmbean
 class 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
 class CompositeType
           
 class 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.
 class TabularType
           
 

Methods in javax.management.openmbean that return OpenType
 OpenType OpenMBeanParameterInfoSupport.getOpenType()
           
 OpenType OpenMBeanOperationInfoSupport.getReturnOpenType()
          Returns the returntype as an OpenType
 OpenType OpenMBeanOperationInfo.getReturnOpenType()
          Return the OpenType of the values returned by this OpenMBeanOperationInfo
 OpenType OpenMBeanAttributeInfoSupport.getOpenType()
          Returns the OpenType of this attribute
 OpenType OpenMBeanParameterInfo.getOpenType()
           
 OpenType CompositeType.getType(java.lang.String itemName)
          Retrieve the OpenType for the given key
 OpenType ArrayType.getElementOpenType()
          Returns the OpenType of element values contained in in the arrays described by this ArrayType instance
 

Constructors in javax.management.openmbean with parameters of type OpenType
OpenMBeanParameterInfoSupport(java.lang.String name, java.lang.String description, OpenType openType)
          No validation done for null values is done here.
OpenMBeanParameterInfoSupport(java.lang.String name, java.lang.String description, OpenType openType, java.lang.Object defaultValue)
          Constructs an OpenMBeanParameterInfoSupport instance, which describes the parameter used in one or more operations or constructors of a class of open MBeans, with the specified name, openType, description and defaultValue.
OpenMBeanParameterInfoSupport(java.lang.String name, java.lang.String description, OpenType openType, java.lang.Object defaultValue, java.lang.Object[] legalValues)
          Constructs an OpenMBeanParameterInfoSupport instance, which describes the parameter used in one or more operations or constructors of a class of open MBeans, with the specified name, openType, description, defaultValue and legalValues.
OpenMBeanParameterInfoSupport(java.lang.String name, java.lang.String description, OpenType openType, java.lang.Object defaultValue, java.lang.Comparable minValue, java.lang.Comparable maxValue)
          Constructs an OpenMBeanParameterInfoSupport instance, which describes the parameter used in one or more operations or constructors of a class of open MBeans, with the specified name, openType, description, defaultValue, minValue and maxValue.
OpenMBeanOperationInfoSupport(java.lang.String name, java.lang.String description, OpenMBeanParameterInfo[] signature, OpenType returnOpenType, int impact)
          Creates an instance of OpenMBeanOperationInfoSupport
OpenMBeanAttributeInfoSupport(java.lang.String name, java.lang.String description, OpenType openType, boolean isReadable, boolean isWritable, boolean isIs)
          Constructs an OpenMBeanAttributeInfoSupport which is an OpenMBean with the specified name,OpenType, description and and the specified read/write access properties.
OpenMBeanAttributeInfoSupport(java.lang.String name, java.lang.String description, OpenType openType, boolean isReadable, boolean isWritable, boolean isIs, java.lang.Object defaultValue)
          Constructs an OpenMBeanAttributeInfoSupport which is an OpenMBean with the specified name,OpenType, description and and the specified read/write access properties and the default value.
OpenMBeanAttributeInfoSupport(java.lang.String name, java.lang.String description, OpenType openType, boolean isReadable, boolean isWritable, boolean isIs, java.lang.Object defaultValue, java.lang.Object[] legalValues)
          Constructs an OpenMBeanAttributeInfoSupport which is an OpenMBean with the specified name,OpenType, description and and the specified read/write access properties and the default value.
OpenMBeanAttributeInfoSupport(java.lang.String name, java.lang.String description, OpenType openType, boolean isReadable, boolean isWritable, boolean isIs, java.lang.Object defaultValue, java.lang.Comparable minValue, java.lang.Comparable maxValue)
          Constructs an OpenMBeanAttributeInfoSupport which is an OpenMBean with the specified name,OpenType, description and and the specified read/write access properties,default value and legal values as an array
CompositeType(java.lang.String typeName, java.lang.String description, java.lang.String[] itemNames, java.lang.String[] itemDescriptions, OpenType[] itemTypes)
          The CompositeType class is the open type class whose instances describe the types of CompositeData values The Java class name of composite data values this composite type represents (ie the class name returned by the getClassName method) is set to the string value returned by CompositeData.class.getName().
ArrayType(int dimension, OpenType elementType)
          Constructs an ArrayType instance describing open data values which are arrays with dimension dimension of elements whose open type is elementType.
 



Copyright © 2001-2002 MX4J Team. All Rights Reserved.