com.continuent.tungsten.replicator.thl
Interface ProtocolHandshakeResponseValidator


public interface ProtocolHandshakeResponseValidator

Denotes a class that validates client responses to the protocol handshake.

Version:
1.0
Author:
Robert Hodges

Method Summary
 void validateResponse(ProtocolHandshakeResponse handshakeResponse)
          Executes implementation-defined logic to validate the client response.
 

Method Detail

validateResponse

void validateResponse(ProtocolHandshakeResponse handshakeResponse)
                      throws ReplicatorException,
                             java.lang.InterruptedException
Executes implementation-defined logic to validate the client response.

Parameters:
handshakeResponse - Response received from client
Throws:
ReplicatorException - Thrown if validation fails
java.lang.InterruptedException