GENERAL DESCRIPTION |
This ICR describes the supported VistALink J2M (v1.5) Java APIs for
the vljFoundationsLib-x.x.x.xxx.jar file.
It is strongly recommended that you consult the javadoc for the
VistALink J2M software for more detail on all supported VistALink
J2M Java APIs.
Jar:
vljFoundationsLib-x.x.x.xxx.jar
Foundations Library Utilities Packages:
gov.va.med.crypto
gov.va.med.environment
gov.va.med.exception
gov.va.med.monitor.time
gov.va.med.net
gov.va.med.xml
Package gov.va.med.crypto
=========================
Contains cryptology related utility classes (Kernel hash).
Class Summary
=============
VistaKernelHash
Implements static methods to provide the encoding algorithms
used by the RPC Broker and Kernel to encode and decode data
strings.
Exception Summary
=================
VistaKernelHashCountLimitExceededException
Represents an exception identifying that the Hash Count Limit
(for a call to the VistaKernelHash encrypt method) has been
exceeded.
Package gov.va.med.environment
==============================
APIs for accessing J2EE environment information.
Class Summary
=============
Environment
Environment settings for J2EE server use.
ServerType
Enumerated J2EE server types.
Package gov.va.med.exception
============================
Contains exception handling utility classes.
Interface Summary
=================
FoundationsExceptionInterface
Represents the interface that all Foundations exceptions
implement.
Class Summary
=============
ExceptionUtils
Exposes utility methods for handling exceptions.
Exception Summary
=================
FoundationsException
Nested exception handling code is identical to
VistaLinkResourceException nested exception handling code.
Package gov.va.med.monitor.time
===============================
Contains resource execution time monitoring utility classes.
Class Summary
=============
AuditTimer
This class gives an easy way to capture performance statistics
and log them to a log file.
Package gov.va.med.net
======================
Foundations TCP socket functionality for communicating with IP
endpoints.
Class Summary
=============
SocketManager
Represents a socket that can be used to communicate with IP
endpoints.
Exception Summary
=================
VistaSocketException
Represents an exception thrown during read/write operations
on a socket.
VistaSocketTimeOutException
Represents an exception identifying a timeout has occurred
during read/write operations.
Package gov.va.med.xml
======================
General Foundations utility class for working with XML.
Class Summary
=============
XmlUtilities
This class contains a number of static utility methods to help
developers work with XML documents, nodes, attributes and
strings.
|