public class ReplicationLookupRegistrationService extends Object implements IReplicationLookupRegistrationService
| Modifier and Type | Method and Description | 
|---|---|
void | 
close()  | 
static ReplicationLookupRegistrationService | 
createAndGetRegistrationService(String lookupGroup)  | 
static ReplicationLookupRegistrationService | 
getRegistrationService()  | 
void | 
registerConnectionProxy(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. 
 | 
void | 
unregisterConnectionProxy(IReplicationLookupParameters registerationLookupParameters)
Unregisters an already registered replication connection proxy. 
 | 
public static ReplicationLookupRegistrationService getRegistrationService()
public static ReplicationLookupRegistrationService createAndGetRegistrationService(String lookupGroup)
public void registerConnectionProxy(IReplicationLookupParameters lookupParameters, IReplicationConnectionProxy connectionProxy, IReplicationLookupRegistrationListener registrationListener, Uuid serviceUuid) throws ServiceRegistrationException
IReplicationLookupRegistrationServiceregisterConnectionProxy in interface IReplicationLookupRegistrationServiceServiceRegistrationExceptionpublic void unregisterConnectionProxy(IReplicationLookupParameters registerationLookupParameters) throws RemoteException
IReplicationLookupRegistrationServiceunregisterConnectionProxy in interface IReplicationLookupRegistrationServiceRemoteExceptionpublic void close()
close in interface IReplicationLookupRegistrationServiceCopyright © GigaSpaces.