Java javax.management.openmbean CompositeType fields, constructors, methods, implement or subclass

Example usage for Java javax.management.openmbean CompositeType fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for javax.management.openmbean CompositeType.

The text is from its open source code.

Constructor

CompositeType(String typeName, String description, String[] itemNames, String[] itemDescriptions, OpenType[] itemTypes)
Constructs a CompositeType instance, checking for the validity of the given parameters.

Method

booleancontainsKey(String itemName)
Returns true if this CompositeType instance defines an item whose name is itemName.
StringgetDescription(String itemName)
Returns the description of the item whose name is itemName, or null if this CompositeType instance does not define any item whose name is itemName.
OpenTypegetType(String itemName)
Returns the open type of the item whose name is itemName, or null if this CompositeType instance does not define any item whose name is itemName.
SetkeySet()
Returns an unmodifiable Set view of all the item names defined by this CompositeType instance.