Uses of Interface
org.picocontainer.Behavior

Packages that use Behavior
org.picocontainer.adapters   
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 Behavior in org.picocontainer.adapters
 

Classes in org.picocontainer.adapters that implement Behavior
 class InstanceAdapter<T>
           Component adapter which wraps a component instance.
 

Uses of Behavior in org.picocontainer.behaviors
 

Subinterfaces of Behavior in org.picocontainer.behaviors
static interface BehaviorAdapterTestCase.ComponentAdapterThatCanManageLifecycle
           
 

Classes in org.picocontainer.behaviors that implement Behavior
 class AbstractBehavior<T>
           Component adapter which decorates another adapter.
 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 Behavior in org.picocontainer.gems.adapters
 

Classes in org.picocontainer.gems.adapters that implement Behavior
 class ThreadLocalized<T>
          A ComponentAdapter that realizes a ThreadLocal component instance.
 

Uses of Behavior in org.picocontainer.gems.behaviors
 

Classes in org.picocontainer.gems.behaviors that implement Behavior
 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 Behavior in org.picocontainer.gems.jmx
 

Classes in org.picocontainer.gems.jmx that implement Behavior
 class JMXExposed<T>
          ComponentAdapter that is exposing a component as MBean in a MBeanServer.
 

Uses of Behavior in org.picocontainer.gems.jndi
 

Classes in org.picocontainer.gems.jndi that implement Behavior
 class JNDIExposed<T>
          exposes component to JNDI basically does same thing as cached, but uses JNDI reference instead.
 

Uses of Behavior in org.picocontainer.tck
 

Classes in org.picocontainer.tck that implement Behavior
static class AbstractComponentAdapterTest.CollectingBehavior
           
static class AbstractComponentAdapterTest.CycleDetectorBehavior
           
static class AbstractComponentAdapterTest.NotInstantiatableBehavior
           
static class AbstractPicoContainerTest.TestBehavior
           
 



Copyright © 2003-2010 Codehaus. All Rights Reserved.