| Modifier and Type | Method and Description |
|---|---|
ServiceLocator<eu.dnetlib.api.data.DatasourceManagerService> |
RepoApiDmsImpl.getDmService() |
| Modifier and Type | Method and Description |
|---|---|
void |
RepoApiDmsImpl.setDmService(ServiceLocator<eu.dnetlib.api.data.DatasourceManagerService> dmService) |
| Modifier and Type | Method and Description |
|---|---|
void |
A2WrapperImpl.setLocator(ServiceLocator<eu.dnetlib.api.enabling.A2Service> locator) |
| Modifier and Type | Method and Description |
|---|---|
void |
ISLookUpImpl.setLookupLocator(ServiceLocator<eu.dnetlib.api.enabling.ISLookUpService> lookupLocator) |
void |
ISLookUpFactory.setLookupLocator(ServiceLocator<eu.dnetlib.api.enabling.ISLookUpService> lookupLocator) |
| Modifier and Type | Method and Description |
|---|---|
ServiceLocator<eu.dnetlib.api.enabling.ISLookUpService> |
LookUpEntryFactory.getLookUpServiceLocator() |
| Modifier and Type | Method and Description |
|---|---|
void |
CachingISLookUp.setLookupLocator(ServiceLocator<eu.dnetlib.api.enabling.ISLookUpService> lookupLocator) |
void |
LookUpEntryFactory.setLookUpServiceLocator(ServiceLocator<eu.dnetlib.api.enabling.ISLookUpService> lookUpServiceLocator) |
| Modifier and Type | Method and Description |
|---|---|
ServiceLocator<eu.dnetlib.api.enabling.ISSNService> |
SNManagerImpl.getSnLocator() |
| Modifier and Type | Method and Description |
|---|---|
void |
SubscriptionManagerImpl.setSnLocator(ServiceLocator<eu.dnetlib.api.enabling.ISSNService> snLocator) |
void |
SNManagerImpl.setSnLocator(ServiceLocator<eu.dnetlib.api.enabling.ISSNService> snLocator) |
| Modifier and Type | Method and Description |
|---|---|
void |
ISRegistryImpl.setRegistryLocator(ServiceLocator<eu.dnetlib.api.enabling.ISRegistryService> registryLocator) |
void |
SecurityAwareRegistryImpl.setRegistryServiceLocator(ServiceLocator<eu.dnetlib.api.enabling.ISRegistryService> registryLocator) |
| Modifier and Type | Method and Description |
|---|---|
void |
RepositoryVocabularyLoader.setDatasourceManagerService(ServiceLocator<eu.dnetlib.api.data.DatasourceManagerService> datasourceManagerService) |
| Modifier and Type | Class and Description |
|---|---|
class |
FallBackServiceLocator<S extends eu.dnetlib.api.DriverService> |
class |
RefreshingServiceLocator<S extends eu.dnetlib.api.DriverService>
An implementation of the service locator that keeps a cache of the service
and refreshes it periodically.
|
class |
StaticServiceLocator<S extends eu.dnetlib.api.DriverService>
An implementation of the ServiceLocator that returns a predefined instance
of a service.
|
| Modifier and Type | Method and Description |
|---|---|
ServiceLocator<S> |
RefreshingServiceLocator.getLocator() |
<S extends eu.dnetlib.api.DriverService> |
ServiceLocatorFactory.newServiceLocator(Class<S> serviceClass)
Creates a dynamic service locator.
|
<S extends eu.dnetlib.api.DriverService> |
ServiceLocatorFactory.newServiceLocator(Class<S> serviceClass,
String serviceUrl)
Creates a service locator.
|
| Modifier and Type | Method and Description |
|---|---|
void |
FallBackServiceLocator.setFallBackLocator(ServiceLocator<S> fallBackLocator) |
void |
RefreshingServiceLocator.setLocator(ServiceLocator<S> locator) |
void |
FallBackServiceLocator.setMainLocator(ServiceLocator<S> mainLocator) |
| Constructor and Description |
|---|
FallBackServiceLocator(ServiceLocator<S> mainLocator,
ServiceLocator<S> fallBackLocator) |
FallBackServiceLocator(ServiceLocator<S> mainLocator,
ServiceLocator<S> fallBackLocator) |
Copyright © 2017. All rights reserved.