Uses of Class
org.picocontainer.behaviors.AbstractBehaviorFactory

Packages that use AbstractBehaviorFactory
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   
 

Uses of AbstractBehaviorFactory in org.picocontainer.behaviors
 

Subclasses of AbstractBehaviorFactory in org.picocontainer.behaviors
 class Automating
           
 class Caching
          factory class creating cached behaviours
 class Decorating
          BehaviorFactory for Decorating.
 class FieldDecorating
          BehaviorFactory for Field Decorating.
 class ImplementationHiding
           
 class Intercepting
           
 class Locking
          This behavior factory provides java.util.concurrent locks.
 class OptInCaching
           
 class PropertyApplying
          A ComponentFactory that creates PropertyApplicator instances.
 class Storing
           
 class Synchronizing
          This behavior factory provides synchronized wrappers to control access to a particular component.
 class ThreadCaching
           
 

Uses of AbstractBehaviorFactory in org.picocontainer.gems.adapters
 

Subclasses of AbstractBehaviorFactory in org.picocontainer.gems.adapters
 class ThreadLocalizing
          A ComponentFactory for components kept in ThreadLocal instances.
 

Uses of AbstractBehaviorFactory in org.picocontainer.gems.behaviors
 

Subclasses of AbstractBehaviorFactory in org.picocontainer.gems.behaviors
 class AsmImplementationHiding
          Because AsmImplementationHiding is the same type of behavior as HiddenImplementation, we use the same characteristic properties for turning on and off AsmImplementation Hiding.
 class Assimilating
          Factory for the Assimilated.
 class HotSwapping
          Hides implementation.
 class Pooling
           
 

Uses of AbstractBehaviorFactory in org.picocontainer.gems.jmx
 

Subclasses of AbstractBehaviorFactory in org.picocontainer.gems.jmx
 class JMXExposing
          ComponentFactory that instantiates JMXExposed instances.
 

Uses of AbstractBehaviorFactory in org.picocontainer.gems.jndi
 

Subclasses of AbstractBehaviorFactory in org.picocontainer.gems.jndi
 class JNDIExposing
          produce JNDI exposing behaviour
 



Copyright © 2003-2010 Codehaus. All Rights Reserved.