public class ReplicationConnectionDelegator.ReverseConnection extends Object implements IReplicationConnectionProxy
Constructor and Description |
---|
ReverseConnection(IReplicationConnectionProxy reverseProxy,
String identifier) |
Modifier and Type | Method and Description |
---|---|
void |
cleanUp() |
void |
close() |
<T> T |
dispatch(AbstractReplicationPacket<T> packet) |
<T> T |
dispatchAsync(AbstractReplicationPacket<T> packet) |
public ReverseConnection(IReplicationConnectionProxy reverseProxy, String identifier)
public void cleanUp() throws RemoteException
RemoteException
public <T> T dispatch(AbstractReplicationPacket<T> packet) throws RemoteException
dispatch
in interface IReplicationConnectionProxy
RemoteException
public <T> T dispatchAsync(AbstractReplicationPacket<T> packet) throws RemoteException
dispatchAsync
in interface IReplicationConnectionProxy
RemoteException
public void close() throws RemoteException
close
in interface IReplicationConnectionProxy
RemoteException
Copyright © GigaSpaces.