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:
java.io.Serializable, org.picocontainer.ComponentAdapter, org.picocontainer.defaults.ComponentMonitorStrategy, org.picocontainer.defaults.LifecycleStrategy, org.picocontainer.LifecycleManager
Enclosing class:
AbstractComponentAdapterTestCase

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

See Also:
Serialized Form

Field Summary
private  org.picocontainer.defaults.ObjectReference reference
           
private  java.util.Set set
           
 
Constructor Summary
AbstractComponentAdapterTestCase.CycleDetectorComponentAdapter(org.picocontainer.ComponentAdapter delegate, java.util.Set set, org.picocontainer.defaults.ObjectReference reference)
           
 
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
 

Field Detail

set

private final java.util.Set set

reference

private final org.picocontainer.defaults.ObjectReference reference
Constructor Detail

AbstractComponentAdapterTestCase.CycleDetectorComponentAdapter

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