public abstract class AbstractServiceDiscoveryFactory extends Object implements ServiceDiscoveryFactory, ScopeModelAware
ServiceDiscoveryFactory implementation with cache, the subclass
should implement createDiscovery(URL) method to create an instance of ServiceDiscoveryServiceDiscoveryFactory| 构造器和说明 |
|---|
AbstractServiceDiscoveryFactory() |
| 限定符和类型 | 方法和说明 |
|---|---|
List<ServiceDiscovery> |
getAllServiceDiscoveries() |
ServiceDiscovery |
getServiceDiscovery(URL registryURL)
Get the instance of
ServiceDiscovery |
void |
setApplicationModel(ApplicationModel applicationModel) |
getExtensionsetFrameworkModel, setModuleModel, setScopeModelpublic void setApplicationModel(ApplicationModel applicationModel)
setApplicationModel 在接口中 ScopeModelAwarepublic List<ServiceDiscovery> getAllServiceDiscoveries()
public ServiceDiscovery getServiceDiscovery(URL registryURL)
ServiceDiscoveryFactoryServiceDiscoverygetServiceDiscovery 在接口中 ServiceDiscoveryFactoryregistryURL - the URL to connect the registryCopyright © 2011–2023 The Apache Software Foundation. All rights reserved.