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

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

Introduction

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

The text is from its open source code.

Method

booleancontainsKey(String key)
Returns true if and only if this CompositeData instance contains an item whose name is key .
Objectget(String key)
Returns the value of the item whose name is key .
CompositeTypegetCompositeType()
Returns the composite type of this composite data instance.
Collectionvalues()
Returns an unmodifiable Collection view of the item values contained in this CompositeData instance.