org.jboss.test.jmx.compliance.loading.support
Interface AnotherTrivialMBean

All Known Implementing Classes:
AnotherTrivial

public interface AnotherTrivialMBean

Goes into MyMBeans.jar


Method Summary
 void doOperation(String arg)
           
 AClass getSomething()
           
 void setSomething(AClass thing)
           
 

Method Detail

setSomething

public void setSomething(AClass thing)

getSomething

public AClass getSomething()

doOperation

public void doOperation(String arg)


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