|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.alibaba.dubbo.registry.support.AbstractRegistryFactory
public abstract class AbstractRegistryFactory
AbstractRegistryFactory. (SPI, Singleton, ThreadSafe)
RegistryFactory| Constructor Summary | |
|---|---|
AbstractRegistryFactory()
|
|
| Method Summary | |
|---|---|
static void |
destroyAll()
关闭所有已创建注册中心 |
static Collection<Registry> |
getRegistries()
获取所有注册中心 |
Registry |
getRegistry(URL url)
连接注册中心. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public AbstractRegistryFactory()
| Method Detail |
|---|
public static Collection<Registry> getRegistries()
public static void destroyAll()
public Registry getRegistry(URL url)
RegistryFactory
getRegistry in interface RegistryFactoryurl - 注册中心地址,不允许为空
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||