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

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

Introduction

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

The text is from its open source code.

Constructor

Attribute(String name, Object value)
Constructs an Attribute object which associates the given attribute name with the given value.

Method

StringgetName()
Returns a String containing the name of the attribute.
ObjectgetValue()
Returns an Object that is the value of this attribute.