org.jboss.test.jmx.compliance.openmbean
Class OpenMBeanInfoSupportTestCase.MyOpenMBeanAttributeInfoSupport

java.lang.Object
  extended byorg.jboss.test.jmx.compliance.openmbean.OpenMBeanInfoSupportTestCase.MyOpenMBeanParameterInfo
      extended byorg.jboss.test.jmx.compliance.openmbean.OpenMBeanInfoSupportTestCase.MyOpenMBeanAttributeInfoSupport
All Implemented Interfaces:
javax.management.openmbean.OpenMBeanAttributeInfo, javax.management.openmbean.OpenMBeanParameterInfo
Enclosing class:
OpenMBeanInfoSupportTestCase

public static class OpenMBeanInfoSupportTestCase.MyOpenMBeanAttributeInfoSupport
extends OpenMBeanInfoSupportTestCase.MyOpenMBeanParameterInfo
implements javax.management.openmbean.OpenMBeanAttributeInfo


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 org.jboss.test.jmx.compliance.openmbean.OpenMBeanInfoSupportTestCase.MyOpenMBeanParameterInfo
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
equals, hashCode, toString
 
Methods inherited from interface javax.management.openmbean.OpenMBeanParameterInfo
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: javax.management.openmbean.OpenMBeanAttributeInfo
Test whether an attribute is accessed through an isXXX getter.

Specified by:
isIs in interface javax.management.openmbean.OpenMBeanAttributeInfo
Returns:
the result of the above test

isReadable

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

Specified by:
isReadable in interface javax.management.openmbean.OpenMBeanAttributeInfo
Returns:
true when the attribute is readable or false otherwise

isWritable

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

Specified by:
isWritable in interface javax.management.openmbean.OpenMBeanAttributeInfo
Returns:
true when the attribute is writable or false otherwise


Copyright © 2002 JBoss Group, LLC. All Rights Reserved.