A representation of an MBean attribute. It is a pair,
a
Attribute.getName() Name and a
Attribute.getValue() Value .
An Attribute is returned by a getter operation or passed to a
a setter operation.
author: Juha Lindfors. author: Adrian Brock. version: $Revision: 57200 $ version: Revisions: version: 20020730 Adrian Brock: version: version: - Serialization
version:
version: 20020930 Juha Lindfors: version: version: - Overrode hashCode() to return same hash for objects that are equal
version: - Removed 'instanceof' from equals() as it tends to break the symmetricity
version: requirement when subclasses are involved version: |