Package | Description |
---|---|
org.apache.turbine.services |
Contains the Service framework for Turbine.
|
Modifier and Type | Interface and Description |
---|---|
interface |
ServiceManager
Classes that implement this interface can act as a manager for
Service classes. |
Modifier and Type | Class and Description |
---|---|
class |
BaseServiceBroker
A generic implementation of a
ServiceBroker which
provides:
Maintaining service name to class name mapping, allowing
pluggable service implementations. |
class |
TurbineServices
This is a singleton utility class that acts as a Services broker.
|
Modifier and Type | Field and Description |
---|---|
protected ServiceBroker |
BaseService.serviceBroker
A reference to the ServiceBroker that instantiated this object.
|
Modifier and Type | Method and Description |
---|---|
ServiceBroker |
BaseUnicastRemoteService.getServiceBroker()
Get the
ServiceBroker instance |
ServiceBroker |
BaseService.getServiceBroker()
Returns a ServiceBroker reference.
|
Modifier and Type | Method and Description |
---|---|
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 |
BaseUnicastRemoteService.setServiceBroker(ServiceBroker broker) |
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-2015 The Apache Software Foundation. All Rights Reserved.