Uses of Interface
org.picocontainer.ObjectReference

Packages that use ObjectReference
org.picocontainer.behaviors   
org.picocontainer.gems.jndi   
org.picocontainer.references   
org.picocontainer.tck   
 

Uses of ObjectReference in org.picocontainer.behaviors
 

Fields in org.picocontainer.behaviors declared as ObjectReference
protected  ObjectReference<T> Stored.instanceReference
           
 

Methods in org.picocontainer.behaviors that return ObjectReference
protected
<T> ObjectReference<T>
Caching.newObjectReference()
           
 

Constructors in org.picocontainer.behaviors with parameters of type ObjectReference
Cached(ComponentAdapter delegate, ObjectReference instanceReference)
           
Stored(ComponentAdapter<T> delegate, ObjectReference<T> reference)
           
 

Uses of ObjectReference in org.picocontainer.gems.jndi
 

Classes in org.picocontainer.gems.jndi that implement ObjectReference
 class JNDIObjectReference<T>
          object reference to store and retrieve objects from JNDI
 

Uses of ObjectReference in org.picocontainer.references
 

Classes in org.picocontainer.references that implement ObjectReference
 class SimpleReference<T>
          Simple instance implementation of ObjectReference.
 class ThreadLocalMapObjectReference
           
 class ThreadLocalReference<T>
           
 

Uses of ObjectReference in org.picocontainer.tck
 

Constructors in org.picocontainer.tck with parameters of type ObjectReference
AbstractComponentAdapterTest.CycleDetectorBehavior(ComponentAdapter delegate, Set set, ObjectReference reference)
           
 



Copyright © 2003-2010 Codehaus. All Rights Reserved.