Example usage for Java javax.management Attribute fields, constructors, methods, implement or subclass
The text is from its open source code.
Attribute(String name, Object value) Constructs an Attribute object which associates the given attribute name with the given value. |
String | getName() Returns a String containing the name of the attribute. |
Object | getValue() Returns an Object that is the value of this attribute. |