org.talend.esb.servicelocator.client
Interface ServiceLocator.PostConnectAction
- All Known Implementing Classes:
- SingleBusLocatorRegistrar
- Enclosing interface:
- ServiceLocator
public static interface ServiceLocator.PostConnectAction
Callback interface to define actions that must be executed after a
successful connect or reconnect.
|
Method Summary |
void |
process(ServiceLocator lc)
Execute this after the connection to the Service Locator is
established or re-established. |
process
void process(ServiceLocator lc)
- Execute this after the connection to the Service Locator is
established or re-established.
- Parameters:
lc - the Service Locator client that just successfully
connected to the server, must not be null
Copyright © 2011-2013 Talend Inc.. All Rights Reserved.