Uses of Interface
org.picocontainer.ObjectReference

Packages that use ObjectReference
org.picocontainer.behaviors   
 

Uses of ObjectReference in org.picocontainer.behaviors
 

Classes in org.picocontainer.behaviors that implement ObjectReference
static class Cached.SimpleReference<T>
           
static class ThreadCached.ThreadLocalReference<T>
           
 

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)
           
 



Copyright © 2003-2007 Codehaus. All Rights Reserved.