软件包 | 描述 |
---|---|
javax.management.openmbean |
提供开放的数据类型和开放MBean描述符类。
|
Modifier and Type | Method and Description |
---|---|
CompositeType |
CompositeDataSupport.getCompositeType()
返回此实例的复合型复合数据。
|
CompositeType |
CompositeData.getCompositeType()
返回此实例的复合型复合数据。
|
CompositeType |
TabularType.getRowType()
返回列表数据值的
TabularType 实例描述了行元素的类型。
|
Modifier and Type | Method and Description |
---|---|
CompositeData |
CompositeDataView.toCompositeData(CompositeType ct)
返回一个对应于该对象的值
CompositeData 。
|
Constructor and Description |
---|
CompositeDataSupport(CompositeType compositeType, Map<String,?> items)
构建了一个
CompositeDataSupport实例与指定的
compositeType,其项目名称和对应的值是通过在Map
items的映射。
|
CompositeDataSupport(CompositeType compositeType, String[] itemNames, Object[] itemValues)
构建了一个
CompositeDataSupport实例与指定的
compositeType,其项值指定的
itemValues[],以相同的顺序在
itemNames[]。
|
TabularType(String typeName, String description, CompositeType rowType, String[] indexNames)
构建了一个
TabularType 实例,检查给定参数的有效性。
|
Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2014, Oracle and/or its affiliates. All rights reserved.