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

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

public class OverloadedAttribute2
extends Object
implements OverloadedAttribute2MBean


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

Constructor Detail

OverloadedAttribute2

public OverloadedAttribute2()
Method Detail

setSomething

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

getSomething

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


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