org.fusesource.fabric.bridge.zk.internal
Class ZkConfigHelper
java.lang.Object
org.fusesource.fabric.bridge.zk.internal.ZkConfigHelper
public abstract class ZkConfigHelper
- extends java.lang.Object
- Author:
- Dhiraj Bokde
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ZkConfigHelper
public ZkConfigHelper()
getBridgeConfig
public static RemoteBridge getBridgeConfig(org.linkedin.zookeeper.client.IZKClient client,
Container container,
org.springframework.context.ApplicationContext context)
registerBridge
public static void registerBridge(org.linkedin.zookeeper.client.IZKClient client,
Container container,
RemoteBridge remoteBridge)
removeBridge
public static void removeBridge(org.linkedin.zookeeper.client.IZKClient client,
Container container)
registerGateway
public static void registerGateway(Profile gatewayProfile,
RemoteBridge remoteBridge)
getGatewayConfig
public static RemoteBridge getGatewayConfig(Profile gatewayProfile,
org.springframework.context.ApplicationContext context)
Copyright © 2012 FuseSource. All Rights Reserved.