VLJ Iteration II, v. 1.0.0.193

gov.va.med.foundations.samples
Class VistaLinkRpcSwingTester

java.lang.Object
  |
  +--gov.va.med.foundations.samples.VistaLinkRpcSwingTester
All Implemented Interfaces:
java.awt.event.ActionListener, java.util.EventListener

public final class VistaLinkRpcSwingTester
extends java.lang.Object
implements java.awt.event.ActionListener

Swing application demonstration of VistALink's Vista connectivity and RPC functionality.

NOTE: This application is a demonstration of how to use VistALink. It is *not* meant to be a demonstration of Swing development "best practices".

Command-Line Parameters

This application uses a JAAS configuration file path name to read in configuration settings to connect to a Vista server. Specify it on the command line as follows:

  • -Djava.security.auth.login.config==./jaas.config Log4J Initialization

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

    Version:
    1.0.0.193
    Author:
    Application Modernization - Foundations Team

    Nested Class Summary
     class VistaLinkRpcSwingTester.ConnectedFocusTraversalPolicy
              Provides a focus traversal policy for this dialog, when it's in connected mode
     class VistaLinkRpcSwingTester.DisconnectedFocusTraversalPolicy
              Provides a focus traversal policy for this dialog, when it's in disconnected mode
     
    Method Summary
     void actionPerformed(java.awt.event.ActionEvent e)
              listener handler for the ActionListener interface implemented by the application class
    static void main(java.lang.String[] args)
               
     
    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)
    Parameters:
    args - see the online help sent to system output when launched

    actionPerformed

    public void actionPerformed(java.awt.event.ActionEvent e)
    listener handler for the ActionListener interface implemented by the application class

    Specified by:
    actionPerformed in interface java.awt.event.ActionListener
    Parameters:
    e - the action event that is being processed

    VLJ Iteration II, v. 1.0.0.193

    VistaLink Iteration II, v. 1.0.0.193