VistALink v1.6

gov.va.med.vistalink.adapter.spi
Class VistaLinkServerInfo

java.lang.Object
  extended by gov.va.med.vistalink.adapter.spi.VistaLinkServerInfo

public class VistaLinkServerInfo
extends java.lang.Object

Represents M VistA connection information, like address and port.

An instance of this class is used internally by VLJ to establish M VistA connections. However, for developer debugging, a reference to an object of this class is available for read-only purpose via the getServerInfo() method of VistaRequest.


Method Summary
 java.net.InetAddress getAddress()
          Gets the current address associated with an instance
 int getPort()
          Gets the current port associated with an instance
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getAddress

public java.net.InetAddress getAddress()
Gets the current address associated with an instance

Returns:
InetAddress

getPort

public int getPort()
Gets the current port associated with an instance

Returns:
int

VistALink v1.6

VistALink v1.6