|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use CompositeType | |
javax.management.openmbean |
Uses of CompositeType in javax.management.openmbean |
Methods in javax.management.openmbean that return CompositeType | |
CompositeType |
TabularType.getRowType()
Retrieve the row type |
CompositeType |
CompositeDataSupport.getCompositeType()
|
CompositeType |
CompositeData.getCompositeType()
Retrieve the composite type for this composite data |
Constructors in javax.management.openmbean with parameters of type CompositeType | |
TabularType(String typeName,
String description,
CompositeType rowType,
String[] indexNames)
Construct a tabular type. |
|
CompositeDataSupport(CompositeType compositeType,
String[] itemNames,
Object[] itemValues)
Construct Composite Data |
|
CompositeDataSupport(CompositeType compositeType,
Map items)
Construct Composite Data |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |