Uses of Interface
org.apache.turbine.services.factory.FactoryService

Packages that use FactoryService
org.apache.turbine.services.factory   
org.apache.turbine.services.pool   
 

Uses of FactoryService in org.apache.turbine.services.factory
 

Classes in org.apache.turbine.services.factory that implement FactoryService
 class TurbineFactoryService
          The Factory Service instantiates objects using specified class loaders.
 

Uses of FactoryService in org.apache.turbine.services.pool
 

Subinterfaces of FactoryService in org.apache.turbine.services.pool
 interface PoolService
          The Pool Service extends the Factory Service by adding support for pooling instantiated objects.
 

Classes in org.apache.turbine.services.pool that implement FactoryService
 class TurbinePoolService
          The Pool Service extends the Factory Service by adding support for pooling instantiated objects.
 

Methods in org.apache.turbine.services.pool that return FactoryService
private  FactoryService TurbinePoolService.getFactory()
          Gets the factory service.
 



Copyright © 1999-2001 Apache Software Foundation. All Rights Reserved.