VistALink v1.5.0.026

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

Packages that use VistaLinkRequestRetryStrategy
gov.va.med.vistalink.adapter.record Implements basic request- and response-related classes for VistaLink. 
 

Uses of VistaLinkRequestRetryStrategy in gov.va.med.vistalink.adapter.record
 

Classes in gov.va.med.vistalink.adapter.record that implement VistaLinkRequestRetryStrategy
 class VistaLinkRequestRetryStrategyAllow
          Simple 'Allow' strategy implementation that indicates request should be re-executed
 class VistaLinkRequestRetryStrategyDeny
          Simple 'Deny' strategy implementation that indicates request should not be re-executed
 

Methods in gov.va.med.vistalink.adapter.record that return VistaLinkRequestRetryStrategy
 VistaLinkRequestRetryStrategy VistaLinkRequestVO.getRetryStrategy()
          Returns current retry strategy reference
 VistaLinkRequestRetryStrategy VistaLinkRequestVOImpl.getRetryStrategy()
           
 

Methods in gov.va.med.vistalink.adapter.record with parameters of type VistaLinkRequestRetryStrategy
 void VistaLinkRequestVO.setRetryStrategy(VistaLinkRequestRetryStrategy strategy)
          Enables application to set retry strategy in request executed failed because of socket failure or other system type problems.
 void VistaLinkRequestVOImpl.setRetryStrategy(VistaLinkRequestRetryStrategy retryStrategy)
           
 


VistALink v1.5.0.026

VistALink v1.5.0.026