org.nanocontainer.testmodel
Class B

java.lang.Object
  extended by org.nanocontainer.testmodel.X
      extended by org.nanocontainer.testmodel.B
All Implemented Interfaces:
org.picocontainer.Disposable, org.picocontainer.Startable

public class B
extends X

Author:
Mauro Talevi

Field Summary
 A a
           
 
Fields inherited from class org.nanocontainer.testmodel.X
componentRecorder
 
Constructor Summary
B(A a)
           
 
Method Summary
 A getA()
           
 
Methods inherited from class org.nanocontainer.testmodel.X
dispose, reset, start, stop
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

a

public A a
Constructor Detail

B

public B(A a)
Method Detail

getA

public A getA()


Copyright © 2003-2009 Codehaus. All Rights Reserved.