Uses of Interface
org.apache.turbine.services.ServiceManager

Packages that use ServiceManager
org.apache.turbine.services Contains the Service framework for Turbine. 
 

Uses of ServiceManager in org.apache.turbine.services
 

Classes in org.apache.turbine.services that implement ServiceManager
 class TurbineServices
          This is a singleton utility class that acts as a Services broker.
 

Methods in org.apache.turbine.services that return ServiceManager
static ServiceManager TurbineServices.getInstance()
          The method through which this class is accessed as a broker.
 

Methods in org.apache.turbine.services with parameters of type ServiceManager
static void TurbineServices.setManager(ServiceManager manager)
          The method through which to change the default manager.
 



Copyright © 2000-2005 Apache Software Foundation. All Rights Reserved.