VistALink v1.6

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

Packages that use VistaLinkRequestVO
gov.va.med.vistalink.adapter.cci Implements the Common Client Interface (CCI) portion of the Java Connector Architecture (JCA) for VistaLink. 
gov.va.med.vistalink.adapter.record Implements basic request- and response-related classes for VistaLink. 
gov.va.med.vistalink.rpc Implements RPC requests and responses over VistaLink. 
 

Uses of VistaLinkRequestVO in gov.va.med.vistalink.adapter.cci
 

Methods in gov.va.med.vistalink.adapter.cci with parameters of type VistaLinkRequestVO
 gov.va.med.vistalink.adapter.record.VistaLinkResponseVO VistaLinkConnection.executeInteraction(VistaLinkRequestVO requestVO, gov.va.med.vistalink.adapter.record.VistaLinkResponseFactory responseFactory)
          Executes an interaction with M.
 

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

Classes in gov.va.med.vistalink.adapter.record that implement VistaLinkRequestVO
 class VistaLinkRequestVOImpl
          Base request implementation.
 

Methods in gov.va.med.vistalink.adapter.record with parameters of type VistaLinkRequestVO
 boolean VistaLinkRequestRetryStrategy.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.
 boolean VistaLinkRequestRetryStrategyAllow.execute(VistaLinkRequestVO request)
           
 boolean VistaLinkRequestRetryStrategyDeny.execute(VistaLinkRequestVO request)
           
 

Uses of VistaLinkRequestVO in gov.va.med.vistalink.rpc
 

Classes in gov.va.med.vistalink.rpc that implement VistaLinkRequestVO
 class RpcRequest
          Represents a RPC request to an M VistA server.
 


VistALink v1.6

VistALink v1.6