T - service type@Deprecated public class ServiceLocatorChain<T> extends AbstractServiceLocator<T>
| Constructor and Description |
|---|
ServiceLocatorChain()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
Collection<ServiceLocator<T>> |
getLocators()
Deprecated.
|
T |
getService()
Deprecated.
locate and return a service of this type.
|
String |
getServiceId()
Deprecated.
locate and return a service ID.
|
void |
setLocators(Collection<ServiceLocator<T>> locators)
Deprecated.
|
getService, getServiceIdpublic T getService()
ServiceLocator.getService()public String getServiceId()
ServiceLocatorpublic Collection<ServiceLocator<T>> getLocators()
public void setLocators(Collection<ServiceLocator<T>> locators)
Copyright © 2017. All rights reserved.