test.compliance.openmbean
Class OpenMBeanInfoSupportTestCase.MyOpenMBeanAttributeInfoSupport

java.lang.Object
  extended bytest.compliance.openmbean.OpenMBeanInfoSupportTestCase.MyOpenMBeanParameterInfo (src) 
      extended bytest.compliance.openmbean.OpenMBeanInfoSupportTestCase.MyOpenMBeanAttributeInfoSupport
All Implemented Interfaces:
OpenMBeanAttributeInfo (src) , OpenMBeanParameterInfo (src)
Enclosing class:
OpenMBeanInfoSupportTestCase (src)

public static class OpenMBeanInfoSupportTestCase.MyOpenMBeanAttributeInfoSupport
extends OpenMBeanInfoSupportTestCase.MyOpenMBeanParameterInfo (src)
implements OpenMBeanAttributeInfo (src)


Constructor Summary
OpenMBeanInfoSupportTestCase.MyOpenMBeanAttributeInfoSupport()
           
 
Method Summary
 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.
 
Methods inherited from class test.compliance.openmbean.OpenMBeanInfoSupportTestCase.MyOpenMBeanParameterInfo (src)
equals, getDefaultValue, getDescription, getLegalValues, getMaxValue, getMinValue, getName, getOpenType, hasDefaultValue, hashCode, hasLegalValues, hasMaxValue, hasMinValue, isValue, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface javax.management.openmbean.OpenMBeanAttributeInfo (src)
equals, hashCode, toString
 
Methods inherited from interface javax.management.openmbean.OpenMBeanParameterInfo (src)
getDefaultValue, getDescription, getLegalValues, getMaxValue, getMinValue, getName, getOpenType, hasDefaultValue, hasLegalValues, hasMaxValue, hasMinValue, isValue
 

Constructor Detail

OpenMBeanInfoSupportTestCase.MyOpenMBeanAttributeInfoSupport

public OpenMBeanInfoSupportTestCase.MyOpenMBeanAttributeInfoSupport()
Method Detail

isIs

public boolean isIs()
Description copied from interface: OpenMBeanAttributeInfo (src)
Test whether an attribute is accessed through an isXXX getter.

Specified by:
isIs in interface OpenMBeanAttributeInfo (src)
Returns:
the result of the above test

isReadable

public boolean isReadable()
Description copied from interface: OpenMBeanAttributeInfo (src)
Test whether an attribute is readable.

Specified by:
isReadable in interface OpenMBeanAttributeInfo (src)
Returns:
true when the attribute is readable or false otherwise

isWritable

public boolean isWritable()
Description copied from interface: OpenMBeanAttributeInfo (src)
Test whether an attribute is writable.

Specified by:
isWritable in interface OpenMBeanAttributeInfo (src)
Returns:
true when the attribute is writable or false otherwise