VLJ Iteration II, v. 1.0.0.193

gov.va.med.foundations.samples
Class VistaLinkRpcConsole

java.lang.Object
  |
  +--gov.va.med.foundations.samples.VistaLinkRpcConsole

public final class VistaLinkRpcConsole
extends java.lang.Object

Console application demonstration of VistaLink's Vista connectivity and RPC functionality.

Command-Line Parameters

This application uses default settings to connect to a Vista server. To override the default setting use any of the following commmand-line flags:

Also, a JAAS configuration file must be specified. The easiest way is to specify the location/name of the JAAS configuration file with the -Djava.security.auth.login.config VM argument.

For example:

 java -Djava.security.auth.login.config=./jaas.config VistaLinkRpcConsole -s MyServer -a ac!@#$12 -v vc123!@#
 
Log4J Initialization

For Log4J initialization, the Log4J config file 'log4JConfig.xml' is expected to be in the classpath location:

* @author Application Modernization - Foundations Team

Version:
1.0.0.193

Method Summary
static void main(java.lang.String[] args)
          Method main.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

main

public static void main(java.lang.String[] args)
Method main.

Parameters:
args - see the online help sent to system output when launched

VLJ Iteration II, v. 1.0.0.193

VistaLink Iteration II, v. 1.0.0.193