@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, waitgetService, getServiceIdpublic T getService(String profileId, Class<T> clazz)
ServiceLocatorgetService in interface ServiceLocator<T>public String getServiceId(String profileId)
ServiceLocatorgetServiceId in interface ServiceLocator<T>profileId - (the id of the service or the id of one of its datastructures)Copyright © 2017. All rights reserved.