org.jboss.test.jmx.compliance.loading.support
Class AnotherTrivial

java.lang.Object
  extended byorg.jboss.test.jmx.compliance.loading.support.AnotherTrivial
All Implemented Interfaces:
AnotherTrivialMBean

public class AnotherTrivial
extends Object
implements AnotherTrivialMBean

Goes into MyMBeans.jar


Constructor Summary
AnotherTrivial()
           
 
Method Summary
 void doOperation(String arg)
           
 AClass getSomething()
           
 void setSomething(AClass thing)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AnotherTrivial

public AnotherTrivial()
Method Detail

setSomething

public void setSomething(AClass thing)
Specified by:
setSomething in interface AnotherTrivialMBean

getSomething

public AClass getSomething()
Specified by:
getSomething in interface AnotherTrivialMBean

doOperation

public void doOperation(String arg)
Specified by:
doOperation in interface AnotherTrivialMBean


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