|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface OpenMBeanAttributeInfo
An OpenMBeanAttributeInfo represents an attribute of
an OpenMBean
OpenMBeanAttributeInfoSupport| Method Summary | |
|---|---|
boolean |
equals(java.lang.Object obj)
Compares the give Object for equality with this instance. |
int |
hashCode()
Computes the hashCode of this OpenMBeanAttributeInfo |
boolean |
isIs()
Returns true if the attribute described is accessed through a isXXX getter |
boolean |
isReadable()
Returns true if the attribute is readable, false in not. |
boolean |
isWritable()
Returns true if the attribute is writable, false in not. |
java.lang.String |
toString()
Returns a string representation of this OpenMBeanAttributeInfo instance. |
| 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()
Note: applies only to boolean and Boolean values
boolean equals(java.lang.Object obj)
Object for equality with this instance.
The operation returns true if and only if the following statements are all true:
equals in interface OpenMBeanParameterInfoequals in class java.lang.Objectint hashCode()
OpenMBeanAttributeInfo
hashCode in interface OpenMBeanParameterInfohashCode in class java.lang.Objectjava.lang.String toString()
OpenMBeanAttributeInfo instance.
toString in interface OpenMBeanParameterInfotoString in class java.lang.Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||