Java javax.management Descriptor fields, constructors, methods, implement or subclass

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

Introduction

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

The text is from its open source code.

Method

String[]getFieldNames()
Returns all the field names in the descriptor.
ObjectgetFieldValue(String fieldName)
Returns the value for a specific field name, or null if no value is present for that name.
voidsetField(String fieldName, Object fieldValue)

Sets the value for a specific field name.

StringtoString()
Returns a string representation of the object.