com.alibaba.dubbo.registry.dubbo
Class DubboRegistryFactory

java.lang.Object
  extended by com.alibaba.dubbo.registry.support.AbstractRegistryFactory
      extended by com.alibaba.dubbo.registry.dubbo.DubboRegistryFactory
All Implemented Interfaces:
RegistryFactory

public class DubboRegistryFactory
extends AbstractRegistryFactory

DubboRegistryFactory

Author:
william.liangf

Constructor Summary
DubboRegistryFactory()
           
 
Method Summary
 Registry createRegistry(URL url)
           
 void setCluster(Cluster cluster)
           
 void setProtocol(Protocol protocol)
           
 void setProxyFactory(ProxyFactory proxyFactory)
           
 
Methods inherited from class com.alibaba.dubbo.registry.support.AbstractRegistryFactory
destroyAll, getRegistries, getRegistry
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DubboRegistryFactory

public DubboRegistryFactory()
Method Detail

setProtocol

public void setProtocol(Protocol protocol)

setProxyFactory

public void setProxyFactory(ProxyFactory proxyFactory)

setCluster

public void setCluster(Cluster cluster)

createRegistry

public Registry createRegistry(URL url)


Copyright © 2012–2017 Alibaba. All rights reserved.