Uses of Interface
org.apache.turbine.services.ServiceBroker
-
Packages that use ServiceBroker Package Description 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 Modifier and Type Interface Description interfaceServiceManagerClasses that implement this interface can act as a manager forServiceclasses.Classes in org.apache.turbine.services that implement ServiceBroker Modifier and Type Class Description classBaseServiceBrokerA generic implementation of aServiceBrokerwhich provides: Maintaining service name to class name mapping, allowing pluggable service implementations. ProvidingServiceswith a configuration based on system wide configuration mechanism. Integration of TurbineServiceProviders for looking up non-local servicesclassTurbineServicesThis is a singleton utility class that acts as a Services broker.Fields in org.apache.turbine.services declared as ServiceBroker Modifier and Type Field Description protected ServiceBrokerBaseService. serviceBrokerA reference to the ServiceBroker that instantiated this object.Methods in org.apache.turbine.services that return ServiceBroker Modifier and Type Method Description ServiceBrokerBaseService. getServiceBroker()Returns a ServiceBroker reference.ServiceBrokerBaseUnicastRemoteService. getServiceBroker()Get theServiceBrokerinstanceMethods in org.apache.turbine.services with parameters of type ServiceBroker Modifier and Type Method Description voidBaseService. 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.voidBaseUnicastRemoteService. setServiceBroker(ServiceBroker broker)voidService. 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.
-