Uses of Class
org.picocontainer.behaviors.Stored

Packages that use Stored
org.picocontainer.behaviors   
org.picocontainer.gems.jndi   
 

Uses of Stored in org.picocontainer.behaviors
 

Subclasses of Stored in org.picocontainer.behaviors
 class Cached<T>
           ComponentAdapter implementation that caches the component instance.
 class ThreadCached<T>
           This behavior supports caches values per thread.
 

Uses of Stored in org.picocontainer.gems.jndi
 

Subclasses of Stored in org.picocontainer.gems.jndi
 class JNDIExposed<T>
          exposes component to JNDI basically does same thing as cached, but uses JNDI reference instead.
 



Copyright © 2003-2010 Codehaus. All Rights Reserved.