public class SofaRegistry extends FailbackRegistry
| 构造器和说明 |
|---|
SofaRegistry(URL url)
Instantiates a new Sofa registry.
|
| 限定符和类型 | 方法和说明 |
|---|---|
void |
doRegister(URL url) |
void |
doSubscribe(URL url,
NotifyListener listener) |
void |
doUnregister(URL url) |
void |
doUnsubscribe(URL url,
NotifyListener listener) |
boolean |
isAvailable() |
destroy, reExportRegister, reExportUnregister, register, removeFailedRegisteredTask, removeFailedSubscribed, removeFailedSubscribedTask, removeFailedUnregisteredTask, removeFailedUnsubscribedTask, subscribe, unregister, unsubscribedoSaveProperties, getCacheFile, getCacheProperties, getCacheUrls, getLastCacheChanged, getNotified, getRegistered, getSubscribed, getUrl, lookup, toStringpublic SofaRegistry(URL url)
url - the urlpublic boolean isAvailable()
public void doRegister(URL url)
doRegister 在类中 FailbackRegistrypublic void doUnregister(URL url)
doUnregister 在类中 FailbackRegistrypublic void doSubscribe(URL url, NotifyListener listener)
doSubscribe 在类中 FailbackRegistrypublic void doUnsubscribe(URL url, NotifyListener listener)
doUnsubscribe 在类中 FailbackRegistryCopyright © 2011–2022 The Apache Software Foundation. All rights reserved.