public class DirectRegistry extends AbstractRegistry
registryClassName| 构造器和说明 |
|---|
DirectRegistry(URL url) |
| 限定符和类型 | 方法和说明 |
|---|---|
protected void |
doAvailable(URL url) |
protected List<URL> |
doDiscover(URL subscribeUrl) |
protected void |
doRegister(URL url) |
protected void |
doSubscribe(URL url,
NotifyListener listener) |
protected void |
doUnavailable(URL url) |
protected void |
doUnregister(URL url) |
protected void |
doUnsubscribe(URL url,
NotifyListener listener) |
available, discover, getCachedUrls, getRegisteredServiceUrls, getUrl, notify, register, subscribe, unavailable, unregister, unsubscribepublic DirectRegistry(URL url)
protected void doRegister(URL url)
doRegister 在类中 AbstractRegistryprotected void doUnregister(URL url)
doUnregister 在类中 AbstractRegistryprotected void doSubscribe(URL url, NotifyListener listener)
doSubscribe 在类中 AbstractRegistryprotected void doUnsubscribe(URL url, NotifyListener listener)
doUnsubscribe 在类中 AbstractRegistryprotected List<URL> doDiscover(URL subscribeUrl)
doDiscover 在类中 AbstractRegistryprotected void doAvailable(URL url)
doAvailable 在类中 AbstractRegistryprotected void doUnavailable(URL url)
doUnavailable 在类中 AbstractRegistryCopyright © 2017. All rights reserved.