Class LocalClusterReplicationSink.DelegatedConnection
java.lang.Object
com.gigaspaces.internal.cluster.node.impl.gateway.sink.LocalClusterReplicationSink.DelegatedConnection
- All Implemented Interfaces:
IRouterStub,IReplicationConnectionProxy,Remote
- Enclosing class:
- LocalClusterReplicationSink
public class LocalClusterReplicationSink.DelegatedConnection
extends Object
implements IReplicationConnectionProxy
-
Constructor Summary
ConstructorsConstructorDescriptionDelegatedConnection(IReplicationConnectionProxy connectionProxy, String targetSpaceMemberLookupName) -
Method Summary
Modifier and TypeMethodDescriptionprotected voidcleanUp()voidclose()<T> Tdispatch(AbstractReplicationPacket<T> packet) <T> TdispatchAsync(AbstractReplicationPacket<T> packet) long
-
Constructor Details
-
DelegatedConnection
public DelegatedConnection(IReplicationConnectionProxy connectionProxy, String targetSpaceMemberLookupName)
-
-
Method Details
-
getTargetLookupName
-
dispatch
- Specified by:
dispatchin interfaceIReplicationConnectionProxy- Throws:
RemoteException
-
dispatchAsync
- Specified by:
dispatchAsyncin interfaceIReplicationConnectionProxy- Throws:
RemoteException
-
close
- Specified by:
closein interfaceIReplicationConnectionProxy- Throws:
RemoteException
-
cleanUp
- Throws:
RemoteException
-
getLastTouched
public long getLastTouched()
-