org.picocontainer.tck
Class AbstractComponentAdapterTestCase.NotInstantiatableComponentAdapter

java.lang.Object
  extended by org.picocontainer.defaults.DecoratingComponentAdapter
      extended by org.picocontainer.tck.AbstractComponentAdapterTestCase.NotInstantiatableComponentAdapter
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.NotInstantiatableComponentAdapter
extends org.picocontainer.defaults.DecoratingComponentAdapter

See Also:
Serialized Form

Constructor Summary
AbstractComponentAdapterTestCase.NotInstantiatableComponentAdapter(org.picocontainer.ComponentAdapter delegate)
           
 
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
 

Constructor Detail

AbstractComponentAdapterTestCase.NotInstantiatableComponentAdapter

public AbstractComponentAdapterTestCase.NotInstantiatableComponentAdapter(org.picocontainer.ComponentAdapter delegate)
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