org.picocontainer.defaults
Class ConstructorInjectionComponentAdapter.Guard

java.lang.Object
  extended by java.lang.ThreadLocal
      extended by org.picocontainer.defaults.ThreadLocalCyclicDependencyGuard
          extended by org.picocontainer.defaults.ConstructorInjectionComponentAdapter.Guard
All Implemented Interfaces:
CyclicDependencyGuard
Enclosing class:
ConstructorInjectionComponentAdapter

private abstract static class ConstructorInjectionComponentAdapter.Guard
extends ThreadLocalCyclicDependencyGuard


Field Summary
protected  PicoContainer guardedContainer
           
 
Constructor Summary
private ConstructorInjectionComponentAdapter.Guard()
           
 
Method Summary
private  void setArguments(PicoContainer container)
           
 
Methods inherited from class org.picocontainer.defaults.ThreadLocalCyclicDependencyGuard
initialValue, observe, run
 
Methods inherited from class java.lang.ThreadLocal
get, remove, set
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

guardedContainer

protected PicoContainer guardedContainer
Constructor Detail

ConstructorInjectionComponentAdapter.Guard

private ConstructorInjectionComponentAdapter.Guard()
Method Detail

setArguments

private void setArguments(PicoContainer container)