org.picocontainer.defaults
Class InstantiatingComponentAdapter.Guard

java.lang.Object
  extended byjava.lang.ThreadLocal
      extended byorg.picocontainer.defaults.ThreadLocalCyclicDependencyGuard
          extended byorg.picocontainer.defaults.InstantiatingComponentAdapter.Guard
All Implemented Interfaces:
CyclicDependencyGuard
Enclosing class:
InstantiatingComponentAdapter

protected abstract static class InstantiatingComponentAdapter.Guard
extends ThreadLocalCyclicDependencyGuard

The cycle guard for the verification.


Field Summary
protected  PicoContainer guardedContainer
           
 
Constructor Summary
protected InstantiatingComponentAdapter.Guard()
           
 
Method Summary
protected  void setArguments(PicoContainer container)
           
 
Methods inherited from class org.picocontainer.defaults.ThreadLocalCyclicDependencyGuard
initialValue, observe, run
 
Methods inherited from class java.lang.ThreadLocal
get, 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

InstantiatingComponentAdapter.Guard

protected InstantiatingComponentAdapter.Guard()
Method Detail

setArguments

protected void setArguments(PicoContainer container)


Copyright © 2003-2007 Codehaus. All Rights Reserved.