站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > JBoss 4.0.1 sp1 jmx API Documentation 英文版文档

Uses of Class javax.management.openmbean.OpenDataException (JBoss/JMX API) - JBoss 4.0.1 sp1 jmx API Documentation 英文版文档


Uses of Class
javax.management.openmbean.OpenDataException

Packages that use OpenDataException
javax.management.openmbean   
 

Uses of OpenDataException in javax.management.openmbean
 

Constructors in javax.management.openmbean that throw OpenDataException
TabularType(String typeName, String description, CompositeType rowType, String[] indexNames)
          Construct a tabular type.
OpenType(String className, String typeName, String description)
          Construct an OpenType.
OpenMBeanParameterInfoSupport(String name, String description, OpenType openType, Object defaultValue)
          Contruct an OpenMBeanParameterInfoSupport
OpenMBeanParameterInfoSupport(String name, String description, OpenType openType, Object defaultValue, Object[] legalValues)
          Contruct an OpenMBeanParameterInfoSupport
OpenMBeanParameterInfoSupport(String name, String description, OpenType openType, Object defaultValue, Comparable minValue, Comparable maxValue)
          Contruct an OpenMBeanParameterInfoSupport
OpenMBeanAttributeInfoSupport(String name, String description, OpenType openType, boolean isReadable, boolean isWritable, boolean isIs, Object defaultValue)
          Contruct an OpenMBeanAttributeInfoSupport
OpenMBeanAttributeInfoSupport(String name, String description, OpenType openType, boolean isReadable, boolean isWritable, boolean isIs, Object defaultValue, Object[] legalValues)
          Contruct an OpenMBeanAttributeInfoSupport
OpenMBeanAttributeInfoSupport(String name, String description, OpenType openType, boolean isReadable, boolean isWritable, boolean isIs, Object defaultValue, Comparable minValue, Comparable maxValue)
          Contruct an OpenMBeanAttributeInfoSupport
CompositeType(String typeName, String description, String[] itemNames, String[] itemDescriptions, OpenType[] itemTypes)
          Construct a composite type.
CompositeDataSupport(CompositeType compositeType, String[] itemNames, Object[] itemValues)
          Construct Composite Data
CompositeDataSupport(CompositeType compositeType, Map items)
          Construct Composite Data
ArrayType(int dimension, OpenType elementType)
          Construct an ArrayType.
 



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