public class DirectRegistry extends AbstractRegistry
registryClassName| Constructor and Description |
|---|
DirectRegistry(URL url) |
| Modifier and Type | Method and Description |
|---|---|
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 in class AbstractRegistryprotected void doUnregister(URL url)
doUnregister in class AbstractRegistryprotected void doSubscribe(URL url, NotifyListener listener)
doSubscribe in class AbstractRegistryprotected void doUnsubscribe(URL url, NotifyListener listener)
doUnsubscribe in class AbstractRegistryprotected List<URL> doDiscover(URL subscribeUrl)
doDiscover in class AbstractRegistryprotected void doAvailable(URL url)
doAvailable in class AbstractRegistryprotected void doUnavailable(URL url)
doUnavailable in class AbstractRegistryCopyright © 2020. All rights reserved.