test.compliance.loading.support
Class AnotherTrivial

java.lang.Object
  extended bytest.compliance.loading.support.AnotherTrivial
All Implemented Interfaces:
AnotherTrivialMBean (src)

public class AnotherTrivial
extends java.lang.Object
implements AnotherTrivialMBean (src)

Goes into MyMBeans.jar


Constructor Summary
AnotherTrivial()
           
 
Method Summary
 void doOperation(java.lang.String arg)
           
 AClass (src) getSomething()
           
 void setSomething(AClass (src)  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 (src)  thing)
Specified by:
setSomething in interface AnotherTrivialMBean (src)

getSomething

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

doOperation

public void doOperation(java.lang.String arg)
Specified by:
doOperation in interface AnotherTrivialMBean (src)