public class ServiceRegistryEngineImpl extends Object implements ServiceRegistryEngine
| Modifier and Type | Field and Description |
|---|---|
protected ServiceRegistryEngineConfiguration |
engineConfiguration |
protected org.slf4j.Logger |
logger |
protected String |
name |
protected ServiceRegistryRepositoryService |
serviceRepositoryService |
protected ServiceRegistryRuntimeService |
serviceRuntimeService |
| Constructor and Description |
|---|
ServiceRegistryEngineImpl(ServiceRegistryEngineConfiguration engineConfiguration) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
String |
getName() |
ServiceRegistryEngineConfiguration |
getServiceRegistryEngineConfiguration() |
ServiceRegistryRepositoryService |
getServiceRegistryRepositoryService() |
ServiceRegistryRuntimeService |
getServiceRegistryRuntimeService() |
protected final org.slf4j.Logger logger
protected String name
protected ServiceRegistryEngineConfiguration engineConfiguration
protected ServiceRegistryRepositoryService serviceRepositoryService
protected ServiceRegistryRuntimeService serviceRuntimeService
public ServiceRegistryEngineImpl(ServiceRegistryEngineConfiguration engineConfiguration)
public String getName()
getName in interface ServiceRegistryEnginepublic void close()
close in interface ServiceRegistryEnginepublic ServiceRegistryRepositoryService getServiceRegistryRepositoryService()
getServiceRegistryRepositoryService in interface ServiceRegistryEnginepublic ServiceRegistryRuntimeService getServiceRegistryRuntimeService()
getServiceRegistryRuntimeService in interface ServiceRegistryEnginepublic ServiceRegistryEngineConfiguration getServiceRegistryEngineConfiguration()
getServiceRegistryEngineConfiguration in interface ServiceRegistryEngineCopyright © 2019. All rights reserved.