Uses of Class
org.picocontainer.behaviors.AbstractBehavior

Packages that use AbstractBehavior
org.picocontainer.behaviors   
org.picocontainer.gems.adapters   
org.picocontainer.gems.behaviors   
org.picocontainer.gems.jmx The package contains classes to expose components of PicoContainer with JMX. 
org.picocontainer.gems.jndi   
org.picocontainer.tck   
 

Uses of AbstractBehavior in org.picocontainer.behaviors
 

Subclasses of AbstractBehavior in org.picocontainer.behaviors
 class Automated<T>
           
 class Cached<T>
           ComponentAdapter implementation that caches the component instance.
 class Decorated
           
 class FieldDecorated
           
 class HiddenImplementation<T>
          This component adapter makes it possible to hide the implementation of a real subject (behind a proxy) provided the key is an interface.
 class Intercepted<T>
           
 class Locked<T>
           
 class PropertyApplicator<T>
          Decorating component adapter that can be used to set additional properties on a component in a bean style.
 class Stored<T>
          behaviour for all behaviours wishing to store their component in "awkward places" ( object references )
 class Synchronized<T>
          Component Adapter that uses java synchronized around getComponentInstance().
 class ThreadCached<T>
           This behavior supports caches values per thread.
 

Uses of AbstractBehavior in org.picocontainer.gems.adapters
 

Subclasses of AbstractBehavior in org.picocontainer.gems.adapters
 class ThreadLocalized<T>
          A ComponentAdapter that realizes a ThreadLocal component instance.
 

Uses of AbstractBehavior in org.picocontainer.gems.behaviors
 

Subclasses of AbstractBehavior in org.picocontainer.gems.behaviors
 class AsmHiddenImplementation<T>
          This component adapter makes it possible to hide the implementation of a real subject (behind a proxy).
 class Assimilated<T>
          ComponentAdapter that assimilates a component for a specific type.
 class HotSwappable<T>
          This component adapter makes it possible to hide the implementation of a real subject (behind a proxy).
 class Pooled<T>
          ComponentAdapter implementation that pools components.
 

Uses of AbstractBehavior in org.picocontainer.gems.jmx
 

Subclasses of AbstractBehavior in org.picocontainer.gems.jmx
 class JMXExposed<T>
          ComponentAdapter that is exposing a component as MBean in a MBeanServer.
 

Uses of AbstractBehavior in org.picocontainer.gems.jndi
 

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

Uses of AbstractBehavior in org.picocontainer.tck
 

Subclasses of AbstractBehavior in org.picocontainer.tck
static class AbstractComponentAdapterTest.CollectingBehavior
           
static class AbstractComponentAdapterTest.CycleDetectorBehavior
           
static class AbstractComponentAdapterTest.NotInstantiatableBehavior
           
static class AbstractPicoContainerTest.TestBehavior
           
 



Copyright © 2003-2010 Codehaus. All Rights Reserved.