public class SofaRegistry extends FailbackRegistry
| Constructor and Description |
|---|
SofaRegistry(URL url)
Instantiates a new Sofa registry.
|
| Modifier and Type | Method and Description |
|---|---|
void |
doRegister(URL url) |
void |
doSubscribe(URL url,
NotifyListener listener) |
void |
doUnregister(URL url) |
void |
doUnsubscribe(URL url,
NotifyListener listener) |
boolean |
isAvailable()
is available.
|
destroy, reExportRegister, reExportUnregister, register, removeFailedNotifiedTask, removeFailedRegisteredTask, removeFailedSubscribedTask, removeFailedUnregisteredTask, removeFailedUnsubscribedTask, subscribe, unregister, unsubscribedoSaveProperties, getCacheFile, getCacheProperties, getCacheUrls, getLastCacheChanged, getNotified, getRegistered, getSubscribed, getUrl, lookup, toStringpublic SofaRegistry(URL url)
url - the urlpublic boolean isAvailable()
Nodepublic void doRegister(URL url)
doRegister in class FailbackRegistrypublic void doUnregister(URL url)
doUnregister in class FailbackRegistrypublic void doSubscribe(URL url, NotifyListener listener)
doSubscribe in class FailbackRegistrypublic void doUnsubscribe(URL url, NotifyListener listener)
doUnsubscribe in class FailbackRegistryCopyright © 2011–2020 The Apache Software Foundation. All rights reserved.