VistALink v1.6

gov.va.med.vistalink.adapter.record
Class VistaLinkRequestRetryStrategyDeny

java.lang.Object
  extended by gov.va.med.vistalink.adapter.record.VistaLinkRequestRetryStrategyDeny
All Implemented Interfaces:
VistaLinkRequestRetryStrategy

public class VistaLinkRequestRetryStrategyDeny
extends java.lang.Object
implements VistaLinkRequestRetryStrategy

Simple 'Deny' strategy implementation that indicates request should not be re-executed


Constructor Summary
VistaLinkRequestRetryStrategyDeny()
           
 
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.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

VistaLinkRequestRetryStrategyDeny

public VistaLinkRequestRetryStrategyDeny()
Method Detail

execute

public boolean execute(VistaLinkRequestVO request)
Description copied from interface: VistaLinkRequestRetryStrategy
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.

Specified by:
execute in interface VistaLinkRequestRetryStrategy
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