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 ServiceRegistryEngine
public void close()
close
in interface ServiceRegistryEngine
public ServiceRegistryRepositoryService getServiceRegistryRepositoryService()
getServiceRegistryRepositoryService
in interface ServiceRegistryEngine
public ServiceRegistryRuntimeService getServiceRegistryRuntimeService()
getServiceRegistryRuntimeService
in interface ServiceRegistryEngine
public ServiceRegistryEngineConfiguration getServiceRegistryEngineConfiguration()
getServiceRegistryEngineConfiguration
in interface ServiceRegistryEngine