org.jboss.test.jmx.compliance.query.support
Class BooleanTest

java.lang.Object
  extended byorg.jboss.test.jmx.compliance.query.support.BooleanTest
All Implemented Interfaces:
BooleanTestMBean

public class BooleanTest
extends Object
implements BooleanTestMBean


Constructor Summary
BooleanTest()
           
BooleanTest(boolean bool)
           
BooleanTest(Boolean bool)
           
 
Method Summary
 Boolean getBoolean()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BooleanTest

public BooleanTest()

BooleanTest

public BooleanTest(boolean bool)

BooleanTest

public BooleanTest(Boolean bool)
Method Detail

getBoolean

public Boolean getBoolean()
Specified by:
getBoolean in interface BooleanTestMBean


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