Print Page as PDF
VistaLinkRequestRetryStrategy ICR (5230)

VistaLinkRequestRetryStrategy    ICR (5230)

Name Value
NUMBER 5230
IA # 5230
DATE CREATED 2008/07/02
CUSTODIAL PACKAGE VISTALINK
USAGE Supported
TYPE Other
DBIC APPROVAL STATUS APPROVED
NAME VistaLinkRequestRetryStrategy
GENERAL DESCRIPTION
public interface
gov.va.med.vistalink.adapter.record.VistaLinkRequestRetryStrategy

Base strategy interface for determining if request should be re-executed.
STATUS Active
KEYWORDS vistalink
DURATION Till Otherwise Agreed
COMPONENT/ENTRY POINT
COMPONENT/ENTRY POINT COMPONENT DESCRIPTION VARIABLES
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.
VARIABLES TYPE VARIABLES DESCRIPTION
request Input

gov.va.med.vistalink.adapter.record.VistaLinkRequestVO request:
VistaLinkRequestVO instance reference for the request.
return
returns boolean that indicates 1) true == attempt
retry or 2) false == do not attempt retry.