org.picocontainer.tck
Class AbstractComponentAdapterTestCase.CycleDetectorComponentAdapter

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

public static class AbstractComponentAdapterTestCase.CycleDetectorComponentAdapter
extends DecoratingComponentAdapter

See Also:
Serialized Form

Constructor Summary
AbstractComponentAdapterTestCase.CycleDetectorComponentAdapter(ComponentAdapter delegate, Set set, ObjectReference reference)
           
 
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.CycleDetectorComponentAdapter

public AbstractComponentAdapterTestCase.CycleDetectorComponentAdapter(ComponentAdapter delegate,
                                                                      Set set,
                                                                      ObjectReference reference)
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.