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

public static class AbstractComponentAdapterTestCase.NotInstantiatableComponentAdapter
extends DecoratingComponentAdapter

See Also:
Serialized Form

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

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