Class Attribute

java.lang.Object
javax.management.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
See Also: