Class ReplicationLookupFinderService
java.lang.Object
com.gigaspaces.internal.cluster.node.impl.gateway.lus.ReplicationLookupFinderService
- All Implemented Interfaces:
IReplicationLookupFinderService
public class ReplicationLookupFinderService
extends Object
implements IReplicationLookupFinderService
Replication lookup finder service used for finding exported replication services.
- Since:
- 8.0.3
- Author:
- idan
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidclose()findConnectionProxy(IReplicationLookupParameters lookupParameters)
-
Constructor Details
-
ReplicationLookupFinderService
public ReplicationLookupFinderService(long timeout)
-
-
Method Details
-
findConnectionProxy
public IReplicationLookupResult findConnectionProxy(IReplicationLookupParameters lookupParameters) throws RemoteException - Specified by:
findConnectionProxyin interfaceIReplicationLookupFinderService- Throws:
RemoteException
-
close
public void close()- Specified by:
closein interfaceIReplicationLookupFinderService
-