VistALink v1.6

gov.va.med.vistalink.adapter.record
Interface VistaLinkRequestRetryStrategy

All Known Implementing Classes:
VistaLinkRequestRetryStrategyAllow, VistaLinkRequestRetryStrategyDeny

public interface VistaLinkRequestRetryStrategy

Base strategy interface for determining if request should be re-executed


Method Summary
 boolean execute(VistaLinkRequestVO request)
          Determines if it is ok to retry executing the request after it the failed to complete because of a socket error or other system type problem.
 

Method Detail

execute

boolean execute(VistaLinkRequestVO request)
Determines if it is ok to retry executing the request after it the failed to complete because of a socket error or other system type problem.

Parameters:
request - VistaLinkRequestVO instance reference for the request
Returns:
boolean that indicates 1) true == attempt retry or 2) false == do not attempt retry

VistALink v1.6

VistALink v1.6