VistALink v1.6

Uses of Class
gov.va.med.net.VistaSocketException

Packages that use VistaSocketException
gov.va.med.net Foundations TCP socket functionality for communicating with IP endpoints. 
gov.va.med.vistalink.adapter.spi Implements the Service Provider Interface (spi) portion of the Java Connector Architecture (JCA) for VistaLink. 
 

Uses of VistaSocketException in gov.va.med.net
 

Subclasses of VistaSocketException in gov.va.med.net
 class VistaSocketTimeOutException
          Represents an exception identifying a timeout has occurred during read/write operations.
 

Methods in gov.va.med.net that throw VistaSocketException
 java.lang.String SocketManager.receiveData()
          Reads the socket for a response and writes to String.
 void SocketManager.sendData(java.lang.String xmlRequest)
          Writes the xmlRequest param to the open socket.
 

Uses of VistaSocketException in gov.va.med.vistalink.adapter.spi
 

Subclasses of VistaSocketException in gov.va.med.vistalink.adapter.spi
 class VistaLinkSocketAlreadyClosedException
          Represents a situation where, when attempting to close a socket, the socket is already closed.
 


VistALink v1.6

VistALink v1.6