Example usage for Java javax.management.modelmbean DescriptorSupport fields, constructors, methods, implement or subclass
The text is from its open source code.
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. |