|
VistALink v1.6 | |||||||||
PREV NEXT | FRAMES NO FRAMES |
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 for request, to be used if request execution failed because of socket failure or other system type problems. |
void |
VistaLinkRequestVOImpl.setRetryStrategy(VistaLinkRequestRetryStrategy retryStrategy)
|
|
VistALink v1.6 | |||||||||
PREV NEXT | FRAMES NO FRAMES |