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

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

public class OverloadedAttribute4
extends Object
implements OverloadedAttribute4MBean


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

OverloadedAttribute4

public OverloadedAttribute4()
Method Detail

setSomething

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

isSomething

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

getSomething

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


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