Attribute

Class Attribute

All Implemented Interfaces:
Serializable
public class Attribute
extends Object
implements Serializable

Represents an MBean attribute by associating its name with its value. The MBean server and other objects use this class to get and set attributes values.

Since:
1.5

Constructors

Attribute

public Attribute(String name,
                 Object value)

Constructs an Attribute object which associates the given attribute name with the given value.

Parameters:登录查看完整内容