|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
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 |
public boolean isReadable()
public boolean isWritable()
public boolean isIs()
Note: applies only to boolean and Boolean values
public 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 OpenMBeanParameterInfo
public int hashCode()
OpenMBeanAttributeInfo
hashCode
in interface OpenMBeanParameterInfo
public java.lang.String toString()
OpenMBeanAttributeInfo
instance.
toString
in interface OpenMBeanParameterInfo
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |