Class ReplicationConnectionDelegator.ReverseConnection
java.lang.Object
com.gigaspaces.internal.cluster.node.impl.gateway.delegator.ReplicationConnectionDelegator.ReverseConnection
- All Implemented Interfaces:
IRouterStub,IReplicationConnectionProxy,Remote
- Enclosing class:
- ReplicationConnectionDelegator
public class ReplicationConnectionDelegator.ReverseConnection
extends Object
implements IReplicationConnectionProxy
-
Constructor Summary
ConstructorsConstructorDescriptionReverseConnection(IReplicationConnectionProxy reverseProxy, String identifier) -
Method Summary
Modifier and TypeMethodDescriptionvoidcleanUp()voidclose()<T> Tdispatch(AbstractReplicationPacket<T> packet) <T> TdispatchAsync(AbstractReplicationPacket<T> packet)
-
Constructor Details
-
ReverseConnection
-
-
Method Details
-
cleanUp
- Throws:
RemoteException
-
dispatch
- Specified by:
dispatchin interfaceIReplicationConnectionProxy- Throws:
RemoteException
-
dispatchAsync
- Specified by:
dispatchAsyncin interfaceIReplicationConnectionProxy- Throws:
RemoteException
-
close
- Specified by:
closein interfaceIReplicationConnectionProxy- Throws:
RemoteException
-