|
VistALink v1.6 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectgov.va.med.vistalink.adapter.spi.VistaLinkServerInfo
public class 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()
|
VistALink v1.6 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |