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
 

Classes in org.apache.turbine.services that implement ServiceBroker
 class BaseServiceBroker
          A generic implementation of a ServiceBroker.
 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.
protected static ServiceBroker TurbineServices.instance
          The single instance of this class.
 

Methods in org.apache.turbine.services that return ServiceBroker
 ServiceBroker BaseService.getServiceBroker()
          Returns a ServiceBroker reference.
 ServiceBroker BaseUnicastRemoteService.getServiceBroker()
           
static ServiceBroker TurbineServices.getInstance()
          The method through which this class is accessed.
 

Methods in org.apache.turbine.services with parameters of type ServiceBroker
 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.
 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.
 



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