Print Page as PDF
gov.va.med.vistalink.adapter.record.VistaLinkRequestVO ICR (5233)

gov.va.med.vistalink.adapter.record.VistaLinkRequestVO    ICR (5233)

Name Value
NUMBER 5233
IA # 5233
DATE CREATED 2008/07/02
CUSTODIAL PACKAGE VISTALINK
USAGE Supported
TYPE Other
DBIC APPROVAL STATUS APPROVED
NAME gov.va.med.vistalink.adapter.record.VistaLinkRequestVO
GENERAL DESCRIPTION
public interface VistaLinkRequestVO: Base request
interface.
STATUS Active
KEYWORDS vistalink
DURATION Till Otherwise Agreed
COMPONENT/ENTRY POINT
COMPONENT/ENTRY POINT COMPONENT DESCRIPTION VARIABLES
getTimeOut
int getTimeOut(): Returns time out value used for
communications to M RPC server.
VARIABLES TYPE VARIABLES DESCRIPTION
return Output
returns int: int time out value in milli-seconds.
setTimeOut
void setTimeOut(int timeOut): Enables application to
set a request-specific time out for read operations on the connection, for the
request.
VARIABLES TYPE VARIABLES DESCRIPTION
timeout Input
int timeout: Time out value to set in milli-seconds.
This timeout value is compared to the default value usually used for the
connection. The greater of the two values will be used.

A timeout value of 0 (zero) indicates that no specific time out for the
request is specified, and that the time out value associated with the socket
should be used during socket read operations.
getRetryStrategy

gov.va.med.vistalink.adapter.record.VistaLinkRequestRetryStrategy
getRetryStrategy(): Returns current retry strategy reference.
VARIABLES TYPE VARIABLES DESCRIPTION
return Output

gov.va.med.vistalink.adapter.record.VistaLinkRequestRetryStrategy: returns
retry strategy instance reference.
setRetryStrategy
void setRetryStrategy(
gov.va.med.vistalink.adapter.record.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. The
strategy determines if the retry should be attempted.
VARIABLES TYPE VARIABLES DESCRIPTION
strategy Input

gov.va.med.vistalink.adapter.record.VistaLinkRequestRetryStrategy strategy:
the VistaLinkRequestRetryStrategy instance representing the strategy the
application wants implemented.
DATE ACTIVATED 2008/07/11