|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
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. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |