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, getServiceId
public T getService()
ServiceLocator.getService()
public String getServiceId()
ServiceLocator
public Collection<ServiceLocator<T>> getLocators()
public void setLocators(Collection<ServiceLocator<T>> locators)
Copyright © 2019. All rights reserved.