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