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

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

Uses of ServiceBroker in org.apache.turbine.services
 

Subinterfaces of ServiceBroker in org.apache.turbine.services
 interface ServiceManager
          Classes that implement this interface can act as a manager for Service classes.
 

Classes in org.apache.turbine.services that implement ServiceBroker
 class BaseServiceBroker
          A generic implementation of a ServiceBroker which provides: Maintaining service name to class name mapping, allowing plugable service implementations. Providing Services with a configuration based on system wide configuration mechanism.
 class TurbineServices
          This is a singleton utility class that acts as a Services broker.
 

Fields in org.apache.turbine.services declared as ServiceBroker
protected  ServiceBroker BaseService.serviceBroker
          A reference to the ServiceBroker that instantiated this object.
 

Methods in org.apache.turbine.services that return ServiceBroker
 ServiceBroker BaseUnicastRemoteService.getServiceBroker()
           
 ServiceBroker BaseService.getServiceBroker()
          Returns a ServiceBroker reference.
 

Methods in org.apache.turbine.services with parameters of type ServiceBroker
 void BaseUnicastRemoteService.setServiceBroker(ServiceBroker broker)
           
 void Service.setServiceBroker(ServiceBroker broker)
          Provides a Service with a reference to the ServiceBroker that instantiated this object, so that it can ask for its properties and access other Services.
 void BaseService.setServiceBroker(ServiceBroker broker)
          Saves a reference to the ServiceBroker that instantiated this object, so that it can ask for its properties and access other Services.
 



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