@Deprecated public abstract class AbstractServiceLocator<T> extends Object implements ServiceLocator<T>
Constructor and Description |
---|
AbstractServiceLocator()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
T |
getService(String profileId,
Class<T> clazz)
Deprecated.
Locate using a profileID (service or datastructure) the service of this type.
|
String |
getServiceId(String profileId)
Deprecated.
locate and return a service ID.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getService, getServiceId
public T getService(String profileId, Class<T> clazz)
ServiceLocator
getService
in interface ServiceLocator<T>
public String getServiceId(String profileId)
ServiceLocator
getServiceId
in interface ServiceLocator<T>
profileId
- (the id of the service or the id of one of its datastructures)Copyright © 2019. All rights reserved.