Uses of Interface
org.apache.avalon.activation.lifecycle.Factory

Packages that use Factory
org.apache.avalon.activation.appliance.impl The appliance.impl package contains the default implementations defining and enabling use of the central Appliance interface.  
org.apache.avalon.activation.lifestyle.impl The lifestyle.impl package contains the default implementations of the standard four lifestyle handlers. 
 

Uses of Factory in org.apache.avalon.activation.appliance.impl
 

Classes in org.apache.avalon.activation.appliance.impl that implement Factory
 class DefaultAppliance
          DefaultAppliance is the default implementation of a local appliance instance.
 

Uses of Factory in org.apache.avalon.activation.lifestyle.impl
 

Constructors in org.apache.avalon.activation.lifestyle.impl with parameters of type Factory
TransientLifestyleHandler(Logger logger, Factory factory)
           
ThreadLifestyleHandler(Logger logger, Factory factory)
           
SingletonLifestyleHandler(Logger logger, Factory factory)
           
PooledLifestyleHandler(Logger logger, Factory factory)
           
 



Copyright © Apache Software Foundation. All Rights Reserved.