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| Constructor and Description |
|---|
AbstractServiceDiscoveryFactory() |
| Modifier and Type | Method and Description |
|---|---|
List<ServiceDiscovery> |
getAllServiceDiscoveries() |
ServiceDiscovery |
getServiceDiscovery(URL registryURL)
Get the instance of
ServiceDiscovery |
void |
setApplicationModel(ApplicationModel applicationModel) |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetExtensionsetFrameworkModel, setModuleModel, setScopeModelpublic void setApplicationModel(ApplicationModel applicationModel)
setApplicationModel in interface ScopeModelAwarepublic List<ServiceDiscovery> getAllServiceDiscoveries()
public ServiceDiscovery getServiceDiscovery(URL registryURL)
ServiceDiscoveryFactoryServiceDiscoverygetServiceDiscovery in interface ServiceDiscoveryFactoryregistryURL - the URL to connect the registryCopyright © 2011–2022 The Apache Software Foundation. All rights reserved.