API Overview API Index Package Overview Direct link to this page
JDK 1.6
  javax.management. Attribute View Source
Author(s)
Since
1.5
Version
Serial
Hierarchy
 Object
      Attribute
Implements
 Serializable
Subclasses
Description
public class Attribute
  Represents an MBean attribute by associating its name with its value.
See also:   
Constructors
public Attribute (String name, Object value)
  Constructs an Attribute object which associates the given attribute name with the given value.
Methods
Hide/Show inherited methods
public boolean equals (Object object)
  Compares the current Attribute Object with another Attribute Object.
public String getName ()
  Returns a String containing the name of the attribute.
public Object getValue ()
  Returns an Object that is the value of this attribute.
public int hashCode ()
  Returns a hash code value for this attribute.
public String toString ()
  Returns a String object representing this Attribute's value.
Fields
Hide/Show inherited fields
Nested Classes
Generated By: JavaOnTracks Doclet 0.1.4     ©Thibaut Colar