T
- the type of the service to returnDefaultUniqueServiceLocator
@Deprecated public interface ServiceLocator<T>
Modifier and Type | Method and Description |
---|---|
T |
getService()
Deprecated.
locate and return a service of this type.
|
T |
getService(String profileId,
Class<T> clazz)
Deprecated.
Locate using a profileID (service or datastructure) the service of this type.
|
String |
getServiceId()
Deprecated.
locate and return a service ID.
|
String |
getServiceId(String profileId)
Deprecated.
locate and return a service ID.
|
T getService()
T getService(String profileId, Class<T> clazz)
profileId
- clazz
- String getServiceId()
Copyright © 2019. All rights reserved.