Example usage for Java javax.management.openmbean CompositeData fields, constructors, methods, implement or subclass
The text is from its open source code.
boolean | containsKey(String key) Returns true if and only if this CompositeData instance contains an item whose name is key . |
Object | get(String key) Returns the value of the item whose name is key . |
CompositeType | getCompositeType() Returns the composite type of this composite data instance. |
Collection> | values() Returns an unmodifiable Collection view of the item values contained in this CompositeData instance. |