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

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

public class OverloadedAttribute1
extends Object
implements OverloadedAttribute1MBean


Constructor Summary
OverloadedAttribute1()
           
 
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

OverloadedAttribute1

public OverloadedAttribute1()
Method Detail

setSomething

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

getSomething

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


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