Uses of Interface
org.talend.esb.servicelocator.client.ServiceLocator.PostConnectAction

Packages that use ServiceLocator.PostConnectAction
org.talend.esb.servicelocator.client   
org.talend.esb.servicelocator.client.internal   
org.talend.esb.servicelocator.client.internal.zk   
org.talend.esb.servicelocator.cxf.internal   
 

Uses of ServiceLocator.PostConnectAction in org.talend.esb.servicelocator.client
 

Methods in org.talend.esb.servicelocator.client with parameters of type ServiceLocator.PostConnectAction
 void ServiceLocator.setPostConnectAction(ServiceLocator.PostConnectAction postConnectAction)
          Specify the action to be be executed after the Service Locator has connected to the server.
 

Uses of ServiceLocator.PostConnectAction in org.talend.esb.servicelocator.client.internal
 

Methods in org.talend.esb.servicelocator.client.internal with parameters of type ServiceLocator.PostConnectAction
 void ServiceLocatorBackend.setPostConnectAction(ServiceLocator.PostConnectAction postConnectAction)
          Specify the action to be be executed after the Service Locator has connected to the server.
 void ServiceLocatorImpl.setPostConnectAction(ServiceLocator.PostConnectAction postConnectAction)
          Specify the action to be be executed after the Service Locator has connected to the server.
 

Uses of ServiceLocator.PostConnectAction in org.talend.esb.servicelocator.client.internal.zk
 

Methods in org.talend.esb.servicelocator.client.internal.zk with parameters of type ServiceLocator.PostConnectAction
 void ZKBackend.setPostConnectAction(ServiceLocator.PostConnectAction postConnectAction)
           
 

Uses of ServiceLocator.PostConnectAction in org.talend.esb.servicelocator.cxf.internal
 

Classes in org.talend.esb.servicelocator.cxf.internal that implement ServiceLocator.PostConnectAction
 class SingleBusLocatorRegistrar
          The LocatorRegistrar is responsible for registering the endpoints of CXF Servers at the Service Locator.
 



Copyright © 2011–2015 Talend Inc.. All rights reserved.