|
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.samples.VistaLinkRpcSwingTester
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:
For Log4J initialization, the Log4J config file 'log4JConfig.xml' is expected to be in the classpath location:
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 |
public static void main(java.lang.String[] args)
args
- see the online help sent to system output when launchedpublic void actionPerformed(java.awt.event.ActionEvent e)
actionPerformed
in interface java.awt.event.ActionListener
e
- the action event that is being processed
|
VLJ Iteration II, v. 1.0.0.193 | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |