Class ReplicationLookupRegistrationService
java.lang.Object
com.gigaspaces.internal.cluster.node.impl.gateway.lus.ReplicationLookupRegistrationService
- All Implemented Interfaces:
IReplicationLookupRegistrationService
public class ReplicationLookupRegistrationService
extends Object
implements IReplicationLookupRegistrationService
Replication lookup registration service used for registering replication services with a
possibility to start an embedded Jini LUS.
- Since:
- 8.0.3
- Author:
- idan
-
Method Summary
Modifier and TypeMethodDescriptionvoidclose()createAndGetRegistrationService(String lookupGroup) voidregisterConnectionProxy(IReplicationLookupParameters lookupParameters, 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
-
getRegistrationService
-
createAndGetRegistrationService
public static ReplicationLookupRegistrationService createAndGetRegistrationService(String lookupGroup) -
registerConnectionProxy
public void registerConnectionProxy(IReplicationLookupParameters lookupParameters, IReplicationConnectionProxy connectionProxy, IReplicationLookupRegistrationListener registrationListener, Uuid serviceUuid) throws ServiceRegistrationException Description copied from interface:IReplicationLookupRegistrationServiceStarts registration process of the specified replication connection proxy, The listener can be provided to be notified once registration is successful.- Specified by:
registerConnectionProxyin interfaceIReplicationLookupRegistrationService- Throws:
ServiceRegistrationException
-
unregisterConnectionProxy
public void unregisterConnectionProxy(IReplicationLookupParameters registerationLookupParameters) throws RemoteException Description copied from interface:IReplicationLookupRegistrationServiceUnregisters an already registered replication connection proxy.- Specified by:
unregisterConnectionProxyin interfaceIReplicationLookupRegistrationService- Throws:
RemoteException
-
close
public void close()- Specified by:
closein interfaceIReplicationLookupRegistrationService
-