| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface OpenMBeanAttributeInfo
An open MBean attribute info implements this interface as well as extending MBeanAttributeInfo.
 
 OpenMBeanAttributeInfoSupport is an example of such a class.
| Method Summary | |
|---|---|
|  boolean | equals(Object obj)Compares an object for equality with the implementing class. | 
|  int | hashCode()Generates a hashcode for the implementation. | 
|  boolean | isIs()Test whether an attribute is accessed through an isXXX getter. | 
|  boolean | isReadable()Test whether an attribute is readable. | 
|  boolean | isWritable()Test whether an attribute is writable. | 
|  String | toString()A string representation of the open mbean parameter info. | 
| Methods inherited from interface javax.management.openmbean.OpenMBeanParameterInfo | 
|---|
| getDefaultValue, getDescription, getLegalValues, getMaxValue, getMinValue, getName, getOpenType, hasDefaultValue, hasLegalValues, hasMaxValue, hasMinValue, isValue | 
| Method Detail | 
|---|
boolean isReadable()
boolean isWritable()
boolean isIs()
boolean equals(Object obj)
 The object is not null
 The object implements the open mbean parameter info interface
 The parameter names are equal
 The open types are equal
 The access properties are the same
 The default, min, max and legal values are equal
equals in interface OpenMBeanParameterInfoequals in class Objectobj - the object to test
int hashCode()
The sum of the hashCodes for the elements mentioned in the equals method
hashCode in interface OpenMBeanParameterInfohashCode in class ObjectString toString()
It is made up of implementation class and the values mentioned in the equals method
toString in interface OpenMBeanParameterInfotoString in class Object| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||