VLJ Iteration II, v. 1.0.0.193

gov.va.med.foundations.adapter.cci
Class VistaLinkServerInfo

java.lang.Object
  |
  +--gov.va.med.foundations.adapter.cci.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.

Version:
1.0.0.193
Author:
Application Modernization - Foundations Team

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

VLJ Iteration II, v. 1.0.0.193

VistaLink Iteration II, v. 1.0.0.193