org.apache.camel.component.zookeeper
Class ZooKeeperConnectionManager

java.lang.Object
  extended by org.apache.camel.component.zookeeper.ZooKeeperConnectionManager

public class ZooKeeperConnectionManager
extends Object

ZookeeperConnectionManager is a simple class to manage ZooKeeper connections.


Constructor Summary
ZooKeeperConnectionManager(ZooKeeperEndpoint endpoint)
           
 
Method Summary
 org.apache.zookeeper.ZooKeeper getConnection()
           
 void shutdown()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ZooKeeperConnectionManager

public ZooKeeperConnectionManager(ZooKeeperEndpoint endpoint)
Method Detail

getConnection

public org.apache.zookeeper.ZooKeeper getConnection()

shutdown

public void shutdown()


Apache Camel