Java javax.management.modelmbean DescriptorSupport fields, constructors, methods, implement or subclass

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

Introduction

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

The text is from its open source code.

Constructor

DescriptorSupport(int initNumFields)
Descriptor constructor.
DescriptorSupport(DescriptorSupport inDescr)
Descriptor constructor taking a Descriptor as parameter.
DescriptorSupport(String inStr)

Descriptor constructor taking an XML String.

The format of the XML string is not defined, but an implementation must ensure that the string returned by #toXMLString() toXMLString() on an existing descriptor can be used to instantiate an equivalent descriptor using this constructor.

In this implementation, all field values will be created as Strings.

DescriptorSupport(String... fields)
Constructor taking fields in the fieldName=fieldValue format.