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

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

public class Trivial
extends Object
implements TrivialMBean


Constructor Summary
Trivial()
           
Trivial(int number)
           
 
Method Summary
 Integer getNumber()
           
 String getString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Trivial

public Trivial()

Trivial

public Trivial(int number)
Method Detail

getString

public String getString()
Specified by:
getString in interface TrivialMBean

getNumber

public Integer getNumber()
Specified by:
getNumber in interface TrivialMBean


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