Package | Description |
---|---|
org.apache.turbine.services |
Contains the Service framework for Turbine.
|
org.apache.turbine.services.avaloncomponent |
Avalon based component service to provide access to avalon components for Turbine applications.
|
Modifier and Type | Method and Description |
---|---|
Object |
TurbineServiceProvider.get(String roleName)
Returns an instance of the requested service.
|
Initable |
InitableBroker.getInitable(String className)
Provides an instance of Initable class ready to work.
|
Initable |
BaseInitableBroker.getInitable(String className)
Provides an instance of Initable class ready to work.
|
protected Initable |
BaseInitableBroker.getInitableInstance(String className)
Retrieves an instance of an Initable from the repository.
|
protected Object |
BaseServiceBroker.getNonLocalService(String name)
Get a non-local service managed by a TurbineServiceProvider.
|
Object |
ServiceBroker.getService(String name)
Returns an instance of requested Service.
|
Object |
BaseServiceBroker.getService(String name)
Returns an instance of requested Service.
|
protected Service |
BaseServiceBroker.getServiceInstance(String name)
Retrieves an instance of a Service without triggering late
initialization.
|
void |
BaseServiceBroker.initServices(boolean report)
Performs early initialization of all services.
|
Modifier and Type | Method and Description |
---|---|
Object |
TurbineYaafiComponentService.get(String roleName) |
Copyright © 2000–2018 The Apache Software Foundation. All rights reserved.