com.ibm.rational.test.lt.execution.socket.custom
Interface ISckSendAction


public interface ISckSendAction

ISckSendAction is the interface to the built-in Send action instance.
It is intended for use from a Custom Send instance, implementing ISckCustomSend.


Method Summary
 ISckConnectionHolder getConnectionHolder()
           
 void handleException(java.lang.Throwable t)
          Must be called from the Custom Receive Policy code when an exception is catched.
This terminates the current action and the Test goes on with the next action.
The action will be marked as failed in the Test Log viewer.
 

Method Detail

handleException

void handleException(java.lang.Throwable t)
Must be called from the Custom Receive Policy code when an exception is catched.
This terminates the current action and the Test goes on with the next action.
The action will be marked as failed in the Test Log viewer.

Parameters:
t - the Throwable (or Exception) to log into Test Log

getConnectionHolder

ISckConnectionHolder getConnectionHolder()
Returns:
the underlying connection holder instance