Example usage for Java javax.management Descriptor fields, constructors, methods, implement or subclass
The text is from its open source code.
String[] | getFieldNames() Returns all the field names in the descriptor. |
Object | getFieldValue(String fieldName) Returns the value for a specific field name, or null if no value is present for that name. |
void | setField(String fieldName, Object fieldValue) Sets the value for a specific field name. |
String | toString() Returns a string representation of the object. |