org.picocontainer.tck
Class AbstractComponentAdapterTestCase.CollectingComponentAdapter

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

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

See Also:
Serialized Form

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

Constructor Detail

AbstractComponentAdapterTestCase.CollectingComponentAdapter

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

getComponentInstance

public Object getComponentInstance(org.picocontainer.PicoContainer container)


Copyright © 2003-2007 Codehaus. All Rights Reserved.