Interface ServiceRegistryEngine
-
- All Known Implementing Classes:
ServiceRegistryEngineImpl
public interface ServiceRegistryEngine
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidclose()StringgetName()ServiceRegistryEngineConfigurationgetServiceRegistryEngineConfiguration()ServiceRegistryRepositoryServicegetServiceRegistryRepositoryService()ServiceRegistryRuntimeServicegetServiceRegistryRuntimeService()
-
-
-
Method Detail
-
getName
String getName()
-
close
void close()
-
getServiceRegistryRepositoryService
ServiceRegistryRepositoryService getServiceRegistryRepositoryService()
-
getServiceRegistryRuntimeService
ServiceRegistryRuntimeService getServiceRegistryRuntimeService()
-
getServiceRegistryEngineConfiguration
ServiceRegistryEngineConfiguration getServiceRegistryEngineConfiguration()
-
-