|
VLJ Iteration II, v. 1.0.0.193 | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--gov.va.med.foundations.adapter.cci.VistaLinkServerInfo
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 |
public java.net.InetAddress getAddress()
public int getPort()
|
VLJ Iteration II, v. 1.0.0.193 | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |