Uses of Class
org.talend.esb.locator.ServiceLocatorException

Packages that use ServiceLocatorException
org.talend.esb.locator   
 

Uses of ServiceLocatorException in org.talend.esb.locator
 

Methods in org.talend.esb.locator that throw ServiceLocatorException
 void ServiceLocator.connect()
          Deprecated. Establish a connection to the Service Locator.
protected  org.apache.zookeeper.ZooKeeper ServiceLocator.createZooKeeper(CountDownLatch connectionLatch)
          Deprecated.  
 void ServiceLocator.disconnect()
          Deprecated. Disconnects from a Service Locator server.
 List<QName> ServiceLocator.getServices()
          Deprecated. Return all services for which endpoints are registered at the Service Locator Service.
 List<String> ServiceLocator.lookup(QName serviceName)
          Deprecated. For the given service return all endpoints that currently registered at the Service Locator Service.
 void ServiceLocator.register(QName serviceName, String endpoint)
          Deprecated. For a given service register the endpoint of a concrete provider of this service.
 void ServiceLocator.unregister(QName serviceName, String endpoint)
          Deprecated. For a given service unregister a previously registered endpoint.
 



Copyright © 2011 Talend Inc.. All Rights Reserved.