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

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

public class OverloadedAttribute3
extends Object
implements OverloadedAttribute3MBean


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

Constructor Detail

OverloadedAttribute3

public OverloadedAttribute3()
Method Detail

setSomething

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

setSomething

public void setSomething(Boolean something)
Specified by:
setSomething in interface OverloadedAttribute3MBean


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