org.picocontainer.tck
Class AbstractComponentAdapterTestCase.CollectingComponentAdapter

java.lang.Object
  extended by org.picocontainer.defaults.DecoratingComponentAdapter
      extended by org.picocontainer.tck.AbstractComponentAdapterTestCase.CollectingComponentAdapter
All Implemented Interfaces:
java.io.Serializable, org.picocontainer.ComponentAdapter, org.picocontainer.defaults.ComponentMonitorStrategy, org.picocontainer.defaults.LifecycleStrategy, org.picocontainer.LifecycleManager
Enclosing class:
AbstractComponentAdapterTestCase

public static class AbstractComponentAdapterTestCase.CollectingComponentAdapter
extends org.picocontainer.defaults.DecoratingComponentAdapter

See Also:
Serialized Form

Field Summary
(package private)  java.util.List list
           
 
Constructor Summary
AbstractComponentAdapterTestCase.CollectingComponentAdapter(org.picocontainer.ComponentAdapter delegate, java.util.List list)
           
 
Method Summary
 java.lang.Object getComponentInstance(org.picocontainer.PicoContainer container)
           
 
Methods inherited from class org.picocontainer.defaults.DecoratingComponentAdapter
accept, changeMonitor, currentMonitor, dispose, dispose, getComponentImplementation, getComponentKey, getDelegate, hasLifecycle, hasLifecycle, start, start, stop, stop, toString, verify
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

list

final java.util.List list
Constructor Detail

AbstractComponentAdapterTestCase.CollectingComponentAdapter

public AbstractComponentAdapterTestCase.CollectingComponentAdapter(org.picocontainer.ComponentAdapter delegate,
                                                                   java.util.List list)
Method Detail

getComponentInstance

public java.lang.Object getComponentInstance(org.picocontainer.PicoContainer container)
Specified by:
getComponentInstance in interface org.picocontainer.ComponentAdapter
Overrides:
getComponentInstance in class org.picocontainer.defaults.DecoratingComponentAdapter