org.talend.esb.locator.server.init.internal
Class RootNodeInitializer

java.lang.Object
  extended by org.talend.esb.locator.server.init.internal.RootNodeInitializer
All Implemented Interfaces:
org.apache.zookeeper.Watcher

public class RootNodeInitializer
extends Object
implements org.apache.zookeeper.Watcher


Nested Class Summary
 
Nested classes/interfaces inherited from interface org.apache.zookeeper.Watcher
org.apache.zookeeper.Watcher.Event
 
Constructor Summary
RootNodeInitializer()
           
 
Method Summary
 void initialize()
           
 void process(org.apache.zookeeper.WatchedEvent event)
           
 void setAuthentication(boolean auth)
           
 void setLocatorEndpoints(String endpoints)
           
 void setLocatorPort(String port)
           
 void setVersion(String versionNumber)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RootNodeInitializer

public RootNodeInitializer()
Method Detail

setLocatorEndpoints

public void setLocatorEndpoints(String endpoints)

setLocatorPort

public void setLocatorPort(String port)

setVersion

public void setVersion(String versionNumber)

setAuthentication

public void setAuthentication(boolean auth)

initialize

public void initialize()

process

public void process(org.apache.zookeeper.WatchedEvent event)
Specified by:
process in interface org.apache.zookeeper.Watcher


Copyright © 2011-2012 Talend Inc.. All Rights Reserved.