Uses of Interface
org.picocontainer.ObjectReference

Packages that use ObjectReference
org.picocontainer.behaviors   
org.picocontainer.references   
 

Uses of ObjectReference in org.picocontainer.behaviors
 

Methods in org.picocontainer.behaviors with parameters of type ObjectReference
static Behavior Behavior.cached(ComponentAdapter delegate, ObjectReference instanceReference)
           
 

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

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<T>
           
 class ThreadLocalReference<T>
           
 



Copyright © 2003-2009 Codehaus. All Rights Reserved.