Interface IReplicationLookupRegistrationService
- All Known Subinterfaces:
IReplicationLookupService
- All Known Implementing Classes:
ReplicationLookupRegistrationService
public interface IReplicationLookupRegistrationService
A lookup service that is used by replication to register endpoint of
IReplicationConnectionProxy- Since:
- 8.0.3
- Author:
- eitany
-
Method Summary
Modifier and TypeMethodDescriptionvoidclose()voidregisterConnectionProxy(IReplicationLookupParameters registerationLookupParameters, IReplicationConnectionProxy connectionProxy, IReplicationLookupRegistrationListener registrationListener, Uuid serviceUuid) Starts registration process of the specified replication connection proxy, The listener can be provided to be notified once registration is successful.voidunregisterConnectionProxy(IReplicationLookupParameters registerationLookupParameters) Unregisters an already registered replication connection proxy.
-
Method Details
-
registerConnectionProxy
void registerConnectionProxy(IReplicationLookupParameters registerationLookupParameters, IReplicationConnectionProxy connectionProxy, IReplicationLookupRegistrationListener registrationListener, Uuid serviceUuid) throws ServiceRegistrationException Starts registration process of the specified replication connection proxy, The listener can be provided to be notified once registration is successful.- Throws:
ServiceRegistrationException
-
unregisterConnectionProxy
void unregisterConnectionProxy(IReplicationLookupParameters registerationLookupParameters) throws RemoteException Unregisters an already registered replication connection proxy.- Throws:
RemoteException
-
close
void close()
-