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:
Serializable, ComponentAdapter, ComponentMonitorStrategy, LifecycleStrategy, LifecycleManager
Enclosing class:
AbstractComponentAdapterTestCase

public static class AbstractComponentAdapterTestCase.CollectingComponentAdapter
extends DecoratingComponentAdapter

See Also:
Serialized Form

Constructor Summary
AbstractComponentAdapterTestCase.CollectingComponentAdapter(ComponentAdapter delegate, List list)
           
 
Method Summary
 Object getComponentInstance(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
 

Constructor Detail

AbstractComponentAdapterTestCase.CollectingComponentAdapter

public AbstractComponentAdapterTestCase.CollectingComponentAdapter(ComponentAdapter delegate,
                                                                   List list)
Method Detail

getComponentInstance

public Object getComponentInstance(PicoContainer container)
Specified by:
getComponentInstance in interface ComponentAdapter
Overrides:
getComponentInstance in class DecoratingComponentAdapter


Copyright © 2003-2010 Codehaus. All Rights Reserved.