Print Page as PDF
gov.va.med.vistalink.adapter.cci.VistaLinkConnection ICR (5179)

gov.va.med.vistalink.adapter.cci.VistaLinkConnection    ICR (5179)

Name Value
NUMBER 5179
IA # 5179
DATE CREATED 2008/04/11
CUSTODIAL PACKAGE VISTALINK
USAGE Supported
TYPE Other
DBIC APPROVAL STATUS APPROVED
NAME gov.va.med.vistalink.adapter.cci.VistaLinkConnection
GENERAL DESCRIPTION
public interface VistaLinkConnection extends
javax.resource.cci.Connection: This interface represents an application level
connection handle that is used by a component to access an EIS instance.
STATUS Active
KEYWORDS vistalink
DURATION Till Otherwise Agreed
COMPONENT/ENTRY POINT
COMPONENT/ENTRY POINT COMPONENT DESCRIPTION VARIABLES
executeRpc()
gov.va.med.vistalink.rpc.RpcResponse
executeRPC(gov.va.med.vistalink.rpc.RpcRequest request) throws
gov.va.med.vistalink.adapter.record.VistaLinkFaultException,
gov.va.med.exception.FoundationsException:

Executes an interaction with M using the RpcResponseFactory to construct a
response.
VARIABLES TYPE VARIABLES DESCRIPTION
request Input
gov.va.med.vistalink.rpc.RpcRequest: The request
being made.
return Output
returns gov.va.med.vistalink.rpc.RpcResponse: the
response that is returned
throws Output
throws: VistaLinkFaultException - thrown if an error
occurred on M while processing the request.  FoundationsException - thrown if
an internal adapter exception has occurred.
getConnectionInfo()
gov.va.med.vistalink.adapter.spi.VistaLinkServerInfo
getConnectionInfo():

Returns connection information about the host. The return value represents M
VistA information for the connection, like address and port. For developer
debugging.
VARIABLES TYPE VARIABLES DESCRIPTION
return value Output
gov.va.med.vistalink.adapter.spi.VistaLinkServerInfo:
value object containing information about the Vista Server connection.
getTimeOut()
int getTimeOut(): Returns current connection time out
value.
VARIABLES TYPE VARIABLES DESCRIPTION
return Output
returns int: time out value in milliseconds.
setTimeOut()
void setTimeOut(int timeOut): Enables application to
set time out for read operations on connections.
VARIABLES TYPE VARIABLES DESCRIPTION
timeOut Input
int: time out value to set in milliseconds. This
timeout value is compared to the default value usually used for the
connection. The greater of the two values will be used.
DATE ACTIVATED 2008/07/11