org.jboss.test.jmx.compliance.notcompliant.support
Class OverloadedAttribute5

java.lang.Object
  extended byorg.jboss.test.jmx.compliance.notcompliant.support.OverloadedAttribute5
All Implemented Interfaces:
OverloadedAttribute5MBean

public class OverloadedAttribute5
extends Object
implements OverloadedAttribute5MBean


Constructor Summary
OverloadedAttribute5()
           
 
Method Summary
 Boolean getSomething()
           
 Boolean isSomething()
           
 void setSomething(boolean something)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OverloadedAttribute5

public OverloadedAttribute5()
Method Detail

setSomething

public void setSomething(boolean something)
Specified by:
setSomething in interface OverloadedAttribute5MBean

getSomething

public Boolean getSomething()
Specified by:
getSomething in interface OverloadedAttribute5MBean

isSomething

public Boolean isSomething()
Specified by:
isSomething in interface OverloadedAttribute5MBean


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