VistALink v1.5.0.026
A B C D E F G H I J K L M N O P R S T U V W X

A

AuditTimer - class gov.va.med.monitor.time.AuditTimer.
This class gives an easy way to capture performance statistics and log them to a log file.
AuditTimer() - Constructor for class gov.va.med.monitor.time.AuditTimer
Default constructor.
AuditTimer(Logger) - Constructor for class gov.va.med.monitor.time.AuditTimer
Constructor that accepts logger to be used for output.
abort() - Method in class gov.va.med.vistalink.security.VistaLoginModule
Should never be called by an application directly.

B

buildMultipleMSubscriptKey(String) - Static method in class gov.va.med.vistalink.rpc.RpcRequest
Builds and returns string that contains the following: an indicator that the value represents a multiple M subscript structure the actual multiple M subscript structure string value

C

CANCEL_OPTION - Static variable in class gov.va.med.vistalink.security.DialogConfirm
return value if user pressed CANCEL to close dialog
CallbackHandlerSwing - class gov.va.med.vistalink.security.CallbackHandlerSwing.
Implements the JAAS CallbackHandler interface.
CallbackHandlerSwing(Frame) - Constructor for class gov.va.med.vistalink.security.CallbackHandlerSwing
Instantiates a JAAS callback handler for Swing applications.
CallbackHandlerSwingCCOW - class gov.va.med.vistalink.security.CallbackHandlerSwingCCOW.
Implements the JAAS CallbackHandler interface.
CallbackHandlerSwingCCOW(Frame, IContextModule, IClinicalContextBroker) - Constructor for class gov.va.med.vistalink.security.CallbackHandlerSwingCCOW
Creates a callback handler for VistaLink logins, using a SWING interface, and using the CCOW-enabled features of VistaLink to provide a CCOW-enabled login.
CallbackHandlerUnitTest - class gov.va.med.vistalink.security.CallbackHandlerUnitTest.
Implements the JAAS CallbackHandler interface.
CallbackHandlerUnitTest(String, String, String) - Constructor for class gov.va.med.vistalink.security.CallbackHandlerUnitTest
Creates a simple callback handler that handles the callbacks for logon (w/av code) and post-sign-in text only.
CallbackHandlerUnitTest(String, String, String, String, String) - Constructor for class gov.va.med.vistalink.security.CallbackHandlerUnitTest
 
ConnectionHandlesExceededException - exception gov.va.med.vistalink.adapter.spi.ConnectionHandlesExceededException.
This exception class is thrown when a VistaLinkManagedConnection object has exceeded its maximum allowable connection handles.
ConnectionHandlesExceededException(String) - Constructor for class gov.va.med.vistalink.adapter.spi.ConnectionHandlesExceededException
Constructor for ConnectionHandlesExceededException.
ConnectionHandlesExceededException(Exception) - Constructor for class gov.va.med.vistalink.adapter.spi.ConnectionHandlesExceededException
Constructor for ConnectionHandlesExceededException.
ConnectionHandlesExceededException(String, String) - Constructor for class gov.va.med.vistalink.adapter.spi.ConnectionHandlesExceededException
Constructor for ConnectionHandlesExceededException.
ConnectionHandlesExceededException(String, String, Exception) - Constructor for class gov.va.med.vistalink.adapter.spi.ConnectionHandlesExceededException
Constructor for ConnectionHandlesExceededException.
ConnectionHandlesExceededException(String, Exception) - Constructor for class gov.va.med.vistalink.adapter.spi.ConnectionHandlesExceededException
Constructor for ConnectionHandlesExceededException.
clear() - Method in class gov.va.med.vistalink.rpc.RpcRequestParams
 
clearParams() - Method in class gov.va.med.vistalink.rpc.RpcRequest
Clears the params associated with this instance of RpcRequest
clearSecurityNode(Node) - Method in interface gov.va.med.vistalink.adapter.cci.VistaLinkConnectionSpec
clears the information in the security node
clearSecurityNode(Node) - Method in class gov.va.med.vistalink.adapter.cci.VistaLinkConnectionSpecImpl
clears the information in the security node
commit() - Method in class gov.va.med.vistalink.security.VistaLoginModule
Should never be called by an application directly.
convertXmlToStr(Document) - Static method in class gov.va.med.xml.XmlUtilities
Converts a DOM document to a string.

D

DialogConfirm - class gov.va.med.vistalink.security.DialogConfirm.
Swing Dialog to display an error, informational message, help, or post-sign-in text to user, and collect their response (OK or CANCEL, depending on type of message).
DialogConfirm.DialogConfirmFocusTraversalPolicy - class gov.va.med.vistalink.security.DialogConfirm.DialogConfirmFocusTraversalPolicy.
Provides a focus traversal policy for this dialog
DialogConfirm.DialogConfirmFocusTraversalPolicy() - Constructor for class gov.va.med.vistalink.security.DialogConfirm.DialogConfirmFocusTraversalPolicy
 
decrypt(String) - Static method in class gov.va.med.crypto.VistaKernelHash
Decrypts a string using the same encoding algorithm as the RPC Broker uses.

E

Environment - class gov.va.med.environment.Environment.
Environment settings for J2EE server use.
Environment() - Constructor for class gov.va.med.environment.Environment
 
ExceptionUtils - class gov.va.med.exception.ExceptionUtils.
Exposes utility methods for handling exceptions
encrypt(String, boolean) - Static method in class gov.va.med.crypto.VistaKernelHash
Encrypts a string using the same encoding algorithm as the RPC Broker uses.
equals(Object) - Method in class gov.va.med.vistalink.adapter.cci.VistaLinkAppProxyConnectionSpec
 
equals(Object) - Method in class gov.va.med.vistalink.adapter.cci.VistaLinkDuzConnectionSpec
 
equals(Object) - Method in class gov.va.med.vistalink.adapter.cci.VistaLinkVpidConnectionSpec
 
equals(Object) - Method in interface gov.va.med.vistalink.security.m.VistaKernelPrincipal
Returns whether some object equals this one.
execute(VistaLinkRequestVO) - Method in interface gov.va.med.vistalink.adapter.record.VistaLinkRequestRetryStrategy
Determines if it is ok to retry executing the request after it the failed to complete because of a socket error or other system type problem.
execute(VistaLinkRequestVO) - Method in class gov.va.med.vistalink.adapter.record.VistaLinkRequestRetryStrategyAllow
 
execute(VistaLinkRequestVO) - Method in class gov.va.med.vistalink.adapter.record.VistaLinkRequestRetryStrategyDeny
 
executeInteraction(VistaLinkRequestVO, VistaLinkResponseFactory) - Method in interface gov.va.med.vistalink.adapter.cci.VistaLinkConnection
Executes an interaction with M.
executeRPC(RpcRequest) - Method in interface gov.va.med.vistalink.adapter.cci.VistaLinkConnection
Executes an interaction with M using the RpcResponseFactory to construct a response.

F

FoundationsException - exception gov.va.med.exception.FoundationsException.
Nested exception handling code is identical to VistaLinkResourceException nested exception handling code.
FoundationsException() - Constructor for class gov.va.med.exception.FoundationsException
Default constructor.
FoundationsException(String) - Constructor for class gov.va.med.exception.FoundationsException
Constructor.
FoundationsException(Throwable) - Constructor for class gov.va.med.exception.FoundationsException
Constructor.
FoundationsException(String, Throwable) - Constructor for class gov.va.med.exception.FoundationsException
Constructor.
FoundationsExceptionInterface - interface gov.va.med.exception.FoundationsExceptionInterface.
Represents the interface that all Foundations exceptions implement.

G

getAdapterName() - Method in class gov.va.med.vistalink.adapter.cci.VistaLinkResourceAdapterMetaData
Returns the name of this adapter.
getAdapterShortDescription() - Method in class gov.va.med.vistalink.adapter.cci.VistaLinkResourceAdapterMetaData
Returns the short description of this adapter.
getAdapterVendorName() - Method in class gov.va.med.vistalink.adapter.cci.VistaLinkResourceAdapterMetaData
Returns the vendor name of this adapter.
getAdapterVersion() - Method in class gov.va.med.vistalink.adapter.cci.VistaLinkResourceAdapterMetaData
Returns the version of this adapter.
getAddress() - Method in class gov.va.med.vistalink.adapter.spi.VistaLinkServerInfo
Gets the current address associated with an instance
getAppProxyName() - Method in class gov.va.med.vistalink.adapter.cci.VistaLinkAppProxyConnectionSpec
 
getAttr(Node, String) - Static method in class gov.va.med.xml.XmlUtilities
Returns the Attribute with the given attrName at node.
getAuthenticatedConnection() - Method in class gov.va.med.vistalink.security.VistaKernelPrincipalImpl
Retrieve the authenticated connection from this principal after logon.
getBufferSize() - Method in class gov.va.med.net.SocketManager
Returns the buffer size.
getComponentAfter(Container, Component) - Method in class gov.va.med.vistalink.security.DialogConfirm.DialogConfirmFocusTraversalPolicy
get the next component in the focus traversal
getComponentBefore(Container, Component) - Method in class gov.va.med.vistalink.security.DialogConfirm.DialogConfirmFocusTraversalPolicy
get the previous (reverse direction) component in the focus traversal cycle
getConnection(ConnectionSpec) - Method in class gov.va.med.vistalink.adapter.cci.VistaLinkConnectionFactory
Gets a VistaLinkConnection handle with the connectionspec Empty method.
getConnection() - Method in class gov.va.med.vistalink.adapter.cci.VistaLinkConnectionFactory
Gets a VistaLinkConnection connection handle; calls allocateConnection()
getConnectionInfo() - Method in interface gov.va.med.vistalink.adapter.cci.VistaLinkConnection
Returns connection information about the host.
getDefaultComponent(Container) - Method in class gov.va.med.vistalink.security.DialogConfirm.DialogConfirmFocusTraversalPolicy
gets the default component to focus on
getDivision() - Method in interface gov.va.med.vistalink.adapter.cci.VistaLinkConnectionSpec
Returns the user name of this ConnectionSpec.
getDivision() - Method in class gov.va.med.vistalink.adapter.cci.VistaLinkConnectionSpecImpl
 
getDocumentForXmlInputStream(InputStream) - Static method in class gov.va.med.xml.XmlUtilities
Returns an XML DOM Document for the specified InputStream Example: This example creates a customer XML document from an input stream.
getDocumentForXmlString(String) - Static method in class gov.va.med.xml.XmlUtilities
Returns an XML DOM Document for the specified String.
getDuz() - Method in class gov.va.med.vistalink.adapter.cci.VistaLinkDuzConnectionSpec
 
getEISProductName() - Method in class gov.va.med.vistalink.adapter.cci.VistaLinkConnectionMetaData
Returns Product name of this adapter
getEISProductVersion() - Method in class gov.va.med.vistalink.adapter.cci.VistaLinkConnectionMetaData
Returns product version of this adapter
getErrorCode() - Method in class gov.va.med.vistalink.adapter.record.VistaLinkFaultException
Returns the errorCode.
getErrorMessage() - Method in class gov.va.med.vistalink.adapter.record.VistaLinkFaultException
Returns the errorMessage.
getErrorType() - Method in class gov.va.med.vistalink.adapter.record.VistaLinkFaultException
Returns the errorType.
getFaultActor() - Method in class gov.va.med.vistalink.adapter.record.VistaLinkFaultException
Returns the faultActor.
getFaultCode() - Method in class gov.va.med.vistalink.adapter.record.VistaLinkFaultException
Returns the faultCode.
getFaultString() - Method in class gov.va.med.vistalink.adapter.record.VistaLinkFaultException
Returns the faultString.
getFirstComponent(Container) - Method in class gov.va.med.vistalink.security.DialogConfirm.DialogConfirmFocusTraversalPolicy
gets the first component in the focus cycle
getFullStackTrace(Throwable) - Static method in class gov.va.med.exception.ExceptionUtils
Gets the full stack trace as a string.
getFullStackTrace() - Method in class gov.va.med.exception.FoundationsException
Returns the composite message and full embedded stack trace trace
getFullStackTrace() - Method in interface gov.va.med.exception.FoundationsExceptionInterface
Return full stack trace.
getFullStackTrace() - Method in class gov.va.med.vistalink.adapter.cci.VistaLinkResourceException
Returns the composite message and full embedded stack trace stack trace
getFullStackTrace() - Method in class gov.va.med.vistalink.security.VistaLoginModuleException
Returns the composite message and full embedded stack trace
getIen() - Method in class gov.va.med.vistalink.security.m.VistaInstitutionVO
returns the IEN of the institution, presumably from the VistA Institution file entry (depending on the source of the information the instance contains)
getInteractionSpecsSupported() - Method in class gov.va.med.vistalink.adapter.cci.VistaLinkResourceAdapterMetaData
Returns the fully-qualified names of InteractionSpec types supported by the CCI implementation for this adapter.
getIsDefaultLogonDivision() - Method in class gov.va.med.vistalink.security.m.VistaInstitutionVO
If used during part of the logon process, stores whether this is the "default" division
getJndiConnectorNameForInstitution(String) - Static method in class gov.va.med.vistalink.institution.InstitutionMappingDelegate
Returns the JNDI connector name (if found) for a division matching the station number passed in.
getKernelPrincipal(Subject) - Static method in class gov.va.med.vistalink.security.VistaKernelPrincipalImpl
Returns the single Kernel principal contained in a JAAS subject returned by a JAAS LoginContext after a successful VistaLink logon to Vista.
getLastComponent(Container) - Method in class gov.va.med.vistalink.security.DialogConfirm.DialogConfirmFocusTraversalPolicy
gets the last component in the focus cycle
getLogWriter() - Method in class gov.va.med.vistalink.adapter.cci.VistaLinkConnectionFactory
 
getMCFInfo(ConnectorInfoVO, boolean) - Method in class gov.va.med.vistalink.adapter.cci.VistaLinkConnectionFactory
Populate a ConnectorInfoVO object with information from the stored VistaLinkManagedConnectionFactory instance.
getMatchingIdentifier() - Method in class gov.va.med.net.SocketManager
Gets the socket's identifier (if any).
getMessage() - Method in class gov.va.med.exception.FoundationsException
Returns the detail message, including nested messages from the nested exceptions.
getMessage() - Method in class gov.va.med.vistalink.adapter.cci.VistaLinkResourceException
Returns the detail message, including nested messages from the nested exceptions.
getMessage() - Method in class gov.va.med.vistalink.security.VistaLoginModuleException
Returns the detail message, including nested messages from the nested exceptions.
getMetaData() - Method in class gov.va.med.vistalink.adapter.cci.VistaLinkConnectionFactory
Returns the meta data information associated with this adapter.
getName() - Method in class gov.va.med.vistalink.security.VistaKernelPrincipalImpl
get the Principal's full name from the New Person .01 field.
getName() - Method in class gov.va.med.vistalink.security.m.VistaInstitutionVO
returns the station name of the institution, presumably from the VistA Institution file entry (depending on the source of the information the instance contains)
getName() - Method in interface gov.va.med.vistalink.security.m.VistaKernelPrincipal
returns the name given to the principal when it was created.
getNestedException() - Method in class gov.va.med.exception.FoundationsException
Gets the nested exception.
getNestedException() - Method in interface gov.va.med.exception.FoundationsExceptionInterface
Return nested exception that is wrapped within this exception.
getNestedException() - Method in class gov.va.med.vistalink.adapter.cci.VistaLinkResourceException
Return full stack trace.
getNestedException() - Method in class gov.va.med.vistalink.security.VistaLoginModuleException
Gets the nested exception
getNestedExceptionByClass(Throwable, Class) - Static method in class gov.va.med.exception.ExceptionUtils
Gets the nested exception if exception is an instance of the exceptionClass or if exception implements FoundationsExceptionInterface and one of the nested exceptions is an instance of the type exceptionClass.
getNode(String, Node) - Static method in class gov.va.med.xml.XmlUtilities
Returns the first node at the specified XPath location.
getNumber() - Method in class gov.va.med.vistalink.security.m.VistaInstitutionVO
returns the station number of the institution, presumably from the VistA Institution file entry (depending on the source of the information the instance contains)
getParam(int) - Method in class gov.va.med.vistalink.rpc.RpcRequestParams
Gets the value for a parameter associated with a specified position in the parameters collection.
getParams() - Method in class gov.va.med.vistalink.rpc.RpcRequest
Gets the reference to the RpcRequestParamsobject associated with this request.
getPort() - Method in class gov.va.med.vistalink.adapter.spi.VistaLinkServerInfo
Gets the current port associated with an instance
getProprietarySecurityInfo() - Method in class gov.va.med.vistalink.adapter.cci.VistaLinkAppProxyConnectionSpec
 
getProprietarySecurityInfo() - Method in interface gov.va.med.vistalink.adapter.cci.VistaLinkConnectionSpec
Gets the security information as a proprietary string
getProprietarySecurityInfo() - Method in class gov.va.med.vistalink.adapter.cci.VistaLinkDuzConnectionSpec
 
getProprietarySecurityInfo() - Method in class gov.va.med.vistalink.adapter.cci.VistaLinkVpidConnectionSpec
Compares two objects to see if they are equal
getRecordFactory() - Method in class gov.va.med.vistalink.adapter.cci.VistaLinkConnectionFactory
Empty method.
getReference() - Method in class gov.va.med.vistalink.adapter.cci.VistaLinkConnectionFactory
Referenceable interface.
getRequestString() - Method in interface gov.va.med.vistalink.adapter.record.VistaLinkRequestVO
Returns request string that is written to the socket sent to MUMPS.
getRequestString() - Method in class gov.va.med.vistalink.adapter.record.VistaLinkRequestVOImpl
Returns request XML data as a String.
getRequestString() - Method in class gov.va.med.vistalink.rpc.RpcRequest
Gets the proprietary request string
getResults() - Method in class gov.va.med.vistalink.rpc.RpcResponse
Gets the results string for the returned data in this response.
getResultsDocument() - Method in class gov.va.med.vistalink.rpc.RpcResponse
Gets an XML Document format based on the contains of the results returned by the RPC.
getResultsType() - Method in class gov.va.med.vistalink.rpc.RpcResponse
Gets the return type of the results sent back from the M VistAServer.
getRetryStrategy() - Method in interface gov.va.med.vistalink.adapter.record.VistaLinkRequestVO
Returns current retry strategy reference
getRetryStrategy() - Method in class gov.va.med.vistalink.adapter.record.VistaLinkRequestVOImpl
 
getRpcClientTimeOut() - Method in class gov.va.med.vistalink.rpc.RpcRequest
Gets the current client time out value.
getRpcContext() - Method in class gov.va.med.vistalink.rpc.RpcRequest
Gets the name of the RPC Context.
getRpcName() - Method in class gov.va.med.vistalink.rpc.RpcRequest
Gets the name of the RPC.
getRpcRequest() - Static method in class gov.va.med.vistalink.rpc.RpcRequestFactory
Creates a RpcRequest with a null RpcContext and RpcName
getRpcRequest(String) - Static method in class gov.va.med.vistalink.rpc.RpcRequestFactory
Creates a RpcRequest with the specified RpcContext and a null RpcName.
getRpcRequest(String, String) - Static method in class gov.va.med.vistalink.rpc.RpcRequestFactory
Creates appropriate rpc request object to be passed into the connection.
getRpcVersion() - Method in class gov.va.med.vistalink.rpc.RpcRequest
Gets the current RPC version specified by application
getSecurityState() - Method in class gov.va.med.vistalink.adapter.cci.VistaLinkConnectionSpecImpl
returns the state of re-authentication
getSecurityType() - Method in class gov.va.med.vistalink.adapter.cci.VistaLinkAppProxyConnectionSpec
returns the security mechanism type
getSecurityType() - Method in interface gov.va.med.vistalink.adapter.cci.VistaLinkConnectionSpec
returns the security mechanism type
getSecurityType() - Method in class gov.va.med.vistalink.adapter.cci.VistaLinkDuzConnectionSpec
returns the security mechanism type
getSecurityType() - Method in class gov.va.med.vistalink.adapter.cci.VistaLinkVpidConnectionSpec
returns the security mechanism type
getServerType() - Static method in class gov.va.med.environment.Environment
Returns the J2EE server type.
getServerTypeObject(String) - Static method in class gov.va.med.environment.ServerType
 
getSoc() - Method in class gov.va.med.net.SocketManager
Gets the socket associated with this SocketManager.
getSpecVersion() - Method in class gov.va.med.vistalink.adapter.cci.VistaLinkResourceAdapterMetaData
Returns the version of the Connector Architecture Specification that is spported by the adapter.
getTimeElapsedMillis() - Method in class gov.va.med.monitor.time.AuditTimer
 
getTimeOut() - Method in interface gov.va.med.vistalink.adapter.cci.VistaLinkConnection
Returns current connection time out value
getTimeOut() - Method in interface gov.va.med.vistalink.adapter.record.VistaLinkRequestVO
Returns current connection time out value
getTimeOut() - Method in class gov.va.med.vistalink.adapter.record.VistaLinkRequestVOImpl
Returns time out value used for communications to RPC server
getUserDemographicValue(String) - Method in class gov.va.med.vistalink.security.VistaKernelPrincipalImpl
 
getUserDemographicValue(String) - Method in interface gov.va.med.vistalink.security.m.VistaKernelPrincipal
returns a given user demographic value.
getUserName() - Method in class gov.va.med.vistalink.adapter.cci.VistaLinkConnectionMetaData
Returns name of the user associated with the ManagedConnection instance.
getValue() - Method in class gov.va.med.vistalink.rpc.RpcReferenceType
Returns name of the variable desired in the M server partition.
getVistaLinkConnectionFactory(String, Integer) - Static method in class gov.va.med.vistalink.adapter.cci.VistaLinkConnectionFactory
Creates VistaLinkConnectionFactory to be used in non-managed environment (J2SE).
getVistaLinkMappedStationNumberSet() - Static method in class gov.va.med.vistalink.institution.InstitutionMappingDelegate
Returns the set of station# strings for which adapters have been deployed on the current JVM, and for which institution mappings currently exist.
getVpid() - Method in class gov.va.med.vistalink.adapter.cci.VistaLinkVpidConnectionSpec
 
gov.va.med.crypto - package gov.va.med.crypto
Contains cryptology related utility classes (Kernel hash).
gov.va.med.environment - package gov.va.med.environment
APIs for accessing J2EE environment information.
gov.va.med.exception - package gov.va.med.exception
Contains exception handling utility classes.
gov.va.med.monitor.time - package gov.va.med.monitor.time
Contains resource execution time monitoring utility classes.
gov.va.med.net - package gov.va.med.net
Foundations TCP socket functionality for communicating with IP endpoints.
gov.va.med.vistalink.adapter.cci - package gov.va.med.vistalink.adapter.cci
Implements the Common Client Interface (CCI) portion of the Java Connector Architecture (JCA) for VistaLink.
gov.va.med.vistalink.adapter.heartbeat - package gov.va.med.vistalink.adapter.heartbeat
Implements the heartbeat keepalive timer process for VistaLink.
gov.va.med.vistalink.adapter.record - package gov.va.med.vistalink.adapter.record
Implements basic request- and response-related classes for VistaLink.
gov.va.med.vistalink.adapter.spi - package gov.va.med.vistalink.adapter.spi
Implements the Service Provider Interface (spi) portion of the Java Connector Architecture (JCA) for VistaLink.
gov.va.med.vistalink.institution - package gov.va.med.vistalink.institution
Foundations utilities for working with VistaLink-related Institution data.
gov.va.med.vistalink.rpc - package gov.va.med.vistalink.rpc
Implements RPC requests and responses over VistaLink.
gov.va.med.vistalink.security - package gov.va.med.vistalink.security
J2SE security module for VistaLink; contains JAAS login module supporting a JAAS client/server login to a Vista M system.
gov.va.med.vistalink.security.m - package gov.va.med.vistalink.security.m
Base Security implementation (J2SE and J2EE)
gov.va.med.xml - package gov.va.med.xml
General Foundations utility class for working with XML.

H

HeartBeatFailedException - exception gov.va.med.vistalink.adapter.heartbeat.HeartBeatFailedException.
This exception class is used to notify the managed connection and its event listeners that a scheduled heart beat has failed.
HeartBeatFailedException(String) - Constructor for class gov.va.med.vistalink.adapter.heartbeat.HeartBeatFailedException
Constructor for HeartBeatFailedException.
HeartBeatFailedException(Exception) - Constructor for class gov.va.med.vistalink.adapter.heartbeat.HeartBeatFailedException
Constructor for HeartBeatFailedException.
HeartBeatFailedException(String, String) - Constructor for class gov.va.med.vistalink.adapter.heartbeat.HeartBeatFailedException
Constructor for HeartBeatFailedException.
HeartBeatFailedException(String, String, Exception) - Constructor for class gov.va.med.vistalink.adapter.heartbeat.HeartBeatFailedException
Constructor for HeartBeatFailedException.
HeartBeatFailedException(String, Exception) - Constructor for class gov.va.med.vistalink.adapter.heartbeat.HeartBeatFailedException
Constructor for HeartBeatFailedException.
HeartBeatInitializationFailedException - exception gov.va.med.vistalink.adapter.heartbeat.HeartBeatInitializationFailedException.
This exception class is thrown when the heart beat fails to make its first interaction to retrieve the heartbeat rate from M.
HeartBeatInitializationFailedException(String) - Constructor for class gov.va.med.vistalink.adapter.heartbeat.HeartBeatInitializationFailedException
Constructor for HeartBeatInitializationFailedException.
HeartBeatInitializationFailedException(Exception) - Constructor for class gov.va.med.vistalink.adapter.heartbeat.HeartBeatInitializationFailedException
Constructor for HeartBeatInitializationFailedException.
HeartBeatInitializationFailedException(String, String) - Constructor for class gov.va.med.vistalink.adapter.heartbeat.HeartBeatInitializationFailedException
Constructor for HeartBeatInitializationFailedException.
HeartBeatInitializationFailedException(String, String, Exception) - Constructor for class gov.va.med.vistalink.adapter.heartbeat.HeartBeatInitializationFailedException
Constructor for HeartBeatInitializationFailedException.
HeartBeatInitializationFailedException(String, Exception) - Constructor for class gov.va.med.vistalink.adapter.heartbeat.HeartBeatInitializationFailedException
Constructor for HeartBeatInitializationFailedException.
hasNonNullUserContext(Map) - Static method in class gov.va.med.vistalink.security.CallbackHandlerSwingCCOW
returns whether the context contains at least one user context item.
hashCode() - Method in class gov.va.med.vistalink.adapter.cci.VistaLinkAppProxyConnectionSpec
 
hashCode() - Method in class gov.va.med.vistalink.adapter.cci.VistaLinkDuzConnectionSpec
 
hashCode() - Method in class gov.va.med.vistalink.adapter.cci.VistaLinkVpidConnectionSpec
 

I

InstitutionMapNotInitializedException - exception gov.va.med.vistalink.institution.InstitutionMapNotInitializedException.
Represents an attempt to access some functionality of the InstitutionMappingImpl instance when that instance has not been created.
InstitutionMapNotInitializedException() - Constructor for class gov.va.med.vistalink.institution.InstitutionMapNotInitializedException
Exception constructor.
InstitutionMapNotInitializedException(String) - Constructor for class gov.va.med.vistalink.institution.InstitutionMapNotInitializedException
Exception constructor.
InstitutionMapNotInitializedException(Exception) - Constructor for class gov.va.med.vistalink.institution.InstitutionMapNotInitializedException
Exception constructor.
InstitutionMapNotInitializedException(String, Exception) - Constructor for class gov.va.med.vistalink.institution.InstitutionMapNotInitializedException
Exception constructor.
InstitutionMappingDelegate - class gov.va.med.vistalink.institution.InstitutionMappingDelegate.
The in-memory mapping is initialized during connector startup.
InstitutionMappingDelegate() - Constructor for class gov.va.med.vistalink.institution.InstitutionMappingDelegate
 
InstitutionMappingNotFoundException - exception gov.va.med.vistalink.institution.InstitutionMappingNotFoundException.
Represents a failure to retrieve an institution mapping based on station number, due to requested station number not being found in the list of instituion mappings maintained by the InstitutionMappingImpl instance.
InstitutionMappingNotFoundException() - Constructor for class gov.va.med.vistalink.institution.InstitutionMappingNotFoundException
Exception constructor.
InstitutionMappingNotFoundException(String) - Constructor for class gov.va.med.vistalink.institution.InstitutionMappingNotFoundException
Exception constructor.
InstitutionMappingNotFoundException(Exception) - Constructor for class gov.va.med.vistalink.institution.InstitutionMappingNotFoundException
Exception constructor.
InstitutionMappingNotFoundException(String, Exception) - Constructor for class gov.va.med.vistalink.institution.InstitutionMappingNotFoundException
Exception constructor.
initialize(Subject, CallbackHandler, Map, Map) - Method in class gov.va.med.vistalink.security.VistaLoginModule
Should never be called by an application directly.
isAuditTimerEnabled(Logger) - Static method in class gov.va.med.monitor.time.AuditTimer
 
isAuditTimerEnabled() - Static method in class gov.va.med.monitor.time.AuditTimer
 
isConnSpecEqual(Object) - Method in class gov.va.med.vistalink.adapter.cci.VistaLinkAppProxyConnectionSpec
Deprecated.  
isConnSpecEqual(Object) - Method in interface gov.va.med.vistalink.adapter.cci.VistaLinkConnectionSpec
Deprecated.  
isConnSpecEqual(Object) - Method in class gov.va.med.vistalink.adapter.cci.VistaLinkDuzConnectionSpec
Deprecated.  
isConnSpecEqual(Object) - Method in class gov.va.med.vistalink.adapter.cci.VistaLinkVpidConnectionSpec
Deprecated.  
isProduction() - Static method in class gov.va.med.environment.Environment
Returns whether the administrator has configured the J2EE server to be "production" in a VA-medical-center sense, i.e., is this system operating on production VA data.
isUseProprietaryMessageFormat() - Method in class gov.va.med.vistalink.rpc.RpcRequest
Deprecated. For internal testing only!
isXmlResponse() - Method in class gov.va.med.vistalink.rpc.RpcRequest
Indicates whether the returned value from the RPC call is expected in XML format or not.

J

JAVA_SE - Static variable in class gov.va.med.environment.ServerType
 
JBOSS - Static variable in class gov.va.med.environment.ServerType
 

K

KEY_DIVISION_IEN - Static variable in interface gov.va.med.vistalink.security.m.VistaKernelPrincipal
map key to store/retrieve division station IEN from userDemographicsHashTable
KEY_DIVISION_STATION_NAME - Static variable in interface gov.va.med.vistalink.security.m.VistaKernelPrincipal
map key to store/retrieve division station name from userDemographicsHashTable
KEY_DIVISION_STATION_NUMBER - Static variable in interface gov.va.med.vistalink.security.m.VistaKernelPrincipal
map key to store/retrieve division station number from userDemographicsHashTable
KEY_DOMAIN_NAME - Static variable in interface gov.va.med.vistalink.security.m.VistaKernelPrincipal
map key to store/retrieve domain name from userDemographicHashTable
KEY_DTIME - Static variable in interface gov.va.med.vistalink.security.m.VistaKernelPrincipal
map key to store/retrieve user timeout value from userDemographicsHashTable
KEY_DUZ - Static variable in interface gov.va.med.vistalink.security.m.VistaKernelPrincipal
map key to store/retrieve DUZ from userDemographicsHashTable
KEY_LANGUAGE - Static variable in interface gov.va.med.vistalink.security.m.VistaKernelPrincipal
map key to store/retrieve user language from userDemographicsHashTable
KEY_NAME_DEGREE - Static variable in interface gov.va.med.vistalink.security.m.VistaKernelPrincipal
map key to store/retrieve degree from userDemographicsHashTable
KEY_NAME_DISPLAY - Static variable in interface gov.va.med.vistalink.security.m.VistaKernelPrincipal
map key to store/retrieve the display name from userDemographicsHashTable
KEY_NAME_FAMILYLAST - Static variable in interface gov.va.med.vistalink.security.m.VistaKernelPrincipal
map key to store/retrieve name component family-last from userDemographicsHashTable
KEY_NAME_GIVENFIRST - Static variable in interface gov.va.med.vistalink.security.m.VistaKernelPrincipal
map key to store/retrieve name component given-first from userDemographicsHashTable
KEY_NAME_MIDDLE - Static variable in interface gov.va.med.vistalink.security.m.VistaKernelPrincipal
map key to store/retrieve name component middle from userDemographicsHashTable
KEY_NAME_NEWPERSON01 - Static variable in interface gov.va.med.vistalink.security.m.VistaKernelPrincipal
map key to store/retrieve New Person .01 Field name from userDemographicsHashTable
KEY_NAME_PREFIX - Static variable in interface gov.va.med.vistalink.security.m.VistaKernelPrincipal
map key to store/retrieve name component prefix from userDemographicsHashTable
KEY_NAME_SUFFIX - Static variable in interface gov.va.med.vistalink.security.m.VistaKernelPrincipal
map key to store/retrieve name component suffix from userDemographicsHashTable
KEY_SERVICE_SECTION - Static variable in interface gov.va.med.vistalink.security.m.VistaKernelPrincipal
map key to store/retrieve user service/section from userDemographicsHashTable
KEY_TITLE - Static variable in interface gov.va.med.vistalink.security.m.VistaKernelPrincipal
map key to store/retrieve user title from userDemographicsHashTable
KEY_VPID - Static variable in interface gov.va.med.vistalink.security.m.VistaKernelPrincipal
map key to store/retrieve user VPID from userDemographicHashTable

L

LoginsDisabledFaultException - exception gov.va.med.vistalink.adapter.record.LoginsDisabledFaultException.
This exception represents the case where the M side has logins disabled; this is when the site sets the parameter to not allow any logins.
LoginsDisabledFaultException(VistaLinkFaultException) - Constructor for class gov.va.med.vistalink.adapter.record.LoginsDisabledFaultException
Constructor for LoginsDisabledFaultException.
log() - Method in class gov.va.med.monitor.time.AuditTimer
The same as log(String).
log(String) - Method in class gov.va.med.monitor.time.AuditTimer
Logs a message to the log4j logger in a following format: your_message elapsed_time_milliseconds
login() - Method in class gov.va.med.vistalink.security.VistaLoginModule
Should never be called by an application directly.
logout() - Method in class gov.va.med.vistalink.security.VistaLoginModule
Should never be called by an application directly.

M

MODE_ERROR_MESSAGE - Static variable in class gov.va.med.vistalink.security.DialogConfirm
For error message confirmations (error icon; OK and CANCEL buttons)
MODE_HELP_MESSAGE - Static variable in class gov.va.med.vistalink.security.DialogConfirm
For help message confirmations (information icon; OK button)
MODE_INFORMATION_MESSAGE - Static variable in class gov.va.med.vistalink.security.DialogConfirm
For "success" message confirmations (success icon; OK button)

N

NoJobSlotsAvailableFaultException - exception gov.va.med.vistalink.adapter.record.NoJobSlotsAvailableFaultException.
This exception represents the case where on the M side there are no license slots available to start another process.
NoJobSlotsAvailableFaultException(VistaLinkFaultException) - Constructor for class gov.va.med.vistalink.adapter.record.NoJobSlotsAvailableFaultException
Constructor for NoJobSlotsAvailableFaultException.
NoRpcContextFaultException - exception gov.va.med.vistalink.rpc.NoRpcContextFaultException.
This exception represents the case where the request RPC context does not exist or the current user does not have access to the B-option representing the context.
NoRpcContextFaultException(VistaLinkFaultException) - Constructor for class gov.va.med.vistalink.rpc.NoRpcContextFaultException
Constructor for NoRpcContextFaultException.

O

OK_OPTION - Static variable in class gov.va.med.vistalink.security.DialogConfirm
return value if user pressed OK to close dialog
ORACLE - Static variable in class gov.va.med.environment.ServerType
 

P

printStackTrace(PrintStream) - Method in class gov.va.med.exception.FoundationsException
Prints the composite message and full embedded stack trace to the specified stream ps.
printStackTrace(PrintWriter) - Method in class gov.va.med.exception.FoundationsException
Prints the composite message and full embedded stack trace to the specified print writer pw
printStackTrace() - Method in class gov.va.med.exception.FoundationsException
Prints the composite message and full embedded stack trace to System.err.
printStackTrace(PrintStream) - Method in class gov.va.med.vistalink.adapter.cci.VistaLinkResourceException
Prints the composite message and full embedded stack trace to the specified stream ps.
printStackTrace(PrintWriter) - Method in class gov.va.med.vistalink.adapter.cci.VistaLinkResourceException
Prints the composite message and full embedded stack trace to the specified print writer pw.
printStackTrace() - Method in class gov.va.med.vistalink.adapter.cci.VistaLinkResourceException
Prints the composite message and full embedded stack trace to System.err.
printStackTrace(PrintStream) - Method in class gov.va.med.vistalink.security.VistaLoginModuleException
Prints the composite message and full embedded stack trace to the specified stream ps.
printStackTrace(PrintWriter) - Method in class gov.va.med.vistalink.security.VistaLoginModuleException
Prints the composite message and full embedded stack trace to the specified print writer pw
printStackTrace() - Method in class gov.va.med.vistalink.security.VistaLoginModuleException
Prints the composite message and full embedded stack trace to System.err.

R

RpcFaultException - exception gov.va.med.vistalink.rpc.RpcFaultException.
This fault exception class is used for all rpc-related errors returned from the M system.
RpcFaultException(VistaLinkFaultException) - Constructor for class gov.va.med.vistalink.rpc.RpcFaultException
Constructor for NoRpcContextFaultException.
RpcNotInContextFaultException - exception gov.va.med.vistalink.rpc.RpcNotInContextFaultException.
This exception represents the case where the requested RPC is not contained in the current RPC context.
RpcNotInContextFaultException(VistaLinkFaultException) - Constructor for class gov.va.med.vistalink.rpc.RpcNotInContextFaultException
Constructor for RpcNotInContextFaultException.
RpcNotOkForProxyUseException - exception gov.va.med.vistalink.rpc.RpcNotOkForProxyUseException.
This exception represents the case where the requested RPC is not marked as OK for use by an application proxy user, but has been attempted to be invoked by one.
RpcNotOkForProxyUseException(VistaLinkFaultException) - Constructor for class gov.va.med.vistalink.rpc.RpcNotOkForProxyUseException
Constructor for RpcNotOkForProxyUseException.
RpcReferenceType - class gov.va.med.vistalink.rpc.RpcReferenceType.
Represents a reference type object for an RPC parameter.
RpcReferenceType() - Constructor for class gov.va.med.vistalink.rpc.RpcReferenceType
Default constructor
RpcReferenceType(String) - Constructor for class gov.va.med.vistalink.rpc.RpcReferenceType
Constructs this instance with the specified value
RpcRequest - class gov.va.med.vistalink.rpc.RpcRequest.
Represents a RPC request to an M VistA server.
RpcRequestFactory - class gov.va.med.vistalink.rpc.RpcRequestFactory.
Factory class to creates instances of RpcRequest J2SE Example: //request and response objects
RpcRequest vReq = null;
RpcResponse vResp = null; //The Rpc Context
String rpcContext = "XOBV VISTALINK TESTER"; //The Rpc to call
String rpcName = "XOBV TEST PING"; //Construct the request object
vReq = RpcRequestFactory.getRpcRequest(rpcContext, rpcName); //Execute the Rpc and get the response
vResp = myConnection.executeRPC(vReq); //Work with the response ...
RpcRequestFactory() - Constructor for class gov.va.med.vistalink.rpc.RpcRequestFactory
 
RpcRequestParams - class gov.va.med.vistalink.rpc.RpcRequestParams.
Represents the collection of parameters associated with an RPC.
RpcResponse - class gov.va.med.vistalink.rpc.RpcResponse.
Represents a data structure which holds the response value(s).
RpcResponseTypeIsNotXmlException - exception gov.va.med.vistalink.rpc.RpcResponseTypeIsNotXmlException.
Represents an exception indicating the RpcResponse type if not XML
RpcResponseTypeIsNotXmlException() - Constructor for class gov.va.med.vistalink.rpc.RpcResponseTypeIsNotXmlException
Constructor for RpcResponseTypeIsNotXmlException.
RpcResponseTypeIsNotXmlException(String) - Constructor for class gov.va.med.vistalink.rpc.RpcResponseTypeIsNotXmlException
Constructor for RpcResponseTypeIsNotXmlException.
RpcResponseTypeIsNotXmlException(Exception) - Constructor for class gov.va.med.vistalink.rpc.RpcResponseTypeIsNotXmlException
Constructor for VistaLinkFaultException.
RpcResponseTypeIsNotXmlException(String, Exception) - Constructor for class gov.va.med.vistalink.rpc.RpcResponseTypeIsNotXmlException
Constructor for VistaLinkFaultException.
RpcTimeOutFaultException - exception gov.va.med.vistalink.rpc.RpcTimeOutFaultException.
This exception represents the case where the RPC execution took too long on the server and the application gracefully stopped the RPC's processing.
RpcTimeOutFaultException(VistaLinkFaultException) - Constructor for class gov.va.med.vistalink.rpc.RpcTimeOutFaultException
Constructor for RpcTimeOutFaultException.
receiveData() - Method in class gov.va.med.net.SocketManager
Reads the socket for a response and writes to String.

S

SERVER_ADDRESS_KEY - Static variable in class gov.va.med.vistalink.security.VistaLoginModule
JAAS configuration key to store/retrieve server IP address.
SERVER_ADDRESS_KEY_V1 - Static variable in class gov.va.med.vistalink.security.VistaLoginModule
JAAS configuration key to store/retrieve server IP address, in v1.0.
SERVER_PORT_KEY - Static variable in class gov.va.med.vistalink.security.VistaLoginModule
JAAS configuration key to store/retrieve server port.
SERVER_PORT_KEY_V1 - Static variable in class gov.va.med.vistalink.security.VistaLoginModule
JAAS configuration key to store/retrieve server port, in v1.0.
SERVER_SPI_KEY - Static variable in class gov.va.med.vistalink.security.VistaLoginModule
JAAS configuration key to store/retrieve the mode for providing back-end Kernel login services.
SUN_RI_13 - Static variable in class gov.va.med.environment.ServerType
 
SecurityAccessVerifyCodePairInvalidException - exception gov.va.med.vistalink.security.m.SecurityAccessVerifyCodePairInvalidException.
Represents an authentication failure during an access/verify code-based re-authentication attempt, where either the access code, verify code (or both) authentication credentials are invalid.
SecurityAccessVerifyCodePairInvalidException(VistaLinkFaultException) - Constructor for class gov.va.med.vistalink.security.m.SecurityAccessVerifyCodePairInvalidException
 
SecurityConnectionProxyException - exception gov.va.med.vistalink.security.m.SecurityConnectionProxyException.
This exception fault is returned from M, and signifies that the connection proxy used to create the connection was invalid in some way, and a connection could not be established to the EIS.
SecurityConnectionProxyException(VistaLinkFaultException) - Constructor for class gov.va.med.vistalink.security.m.SecurityConnectionProxyException
Constructor
SecurityDivisionDeterminationFaultException - exception gov.va.med.vistalink.security.m.SecurityDivisionDeterminationFaultException.
Represents an authentication failure during a re-authentication attempt, in which an invalid division has been passed for the user on whose behalf re-authentication is being attempted.
SecurityDivisionDeterminationFaultException(VistaLinkFaultException) - Constructor for class gov.va.med.vistalink.security.m.SecurityDivisionDeterminationFaultException
 
SecurityFaultException - exception gov.va.med.vistalink.security.m.SecurityFaultException.
This fault exception class is used for all security-related errors returned from the M system.
SecurityFaultException(VistaLinkFaultException) - Constructor for class gov.va.med.vistalink.security.m.SecurityFaultException
Constructs a SecurityFaultException based on a VistaLinkFaultException
SecurityIPLockedFaultException - exception gov.va.med.vistalink.security.m.SecurityIPLockedFaultException.
This exception fault is returned from M, and signifies that the IP address has been locked due to too many invalid logins.user's login credentials were invalid too many times, and the M system is rejecting further login attempts as a result.
SecurityIPLockedFaultException(VistaLinkFaultException) - Constructor for class gov.va.med.vistalink.security.m.SecurityIPLockedFaultException
Constructor
SecurityIdentityDeterminationFaultException - exception gov.va.med.vistalink.security.m.SecurityIdentityDeterminationFaultException.
Represents an authentication failure during a re-authentication attempt, in which the credentials passed for re-authentication (DUZ, VPID, etc.) could not be matched with an actual Kernel user.
SecurityIdentityDeterminationFaultException(VistaLinkFaultException) - Constructor for class gov.va.med.vistalink.security.m.SecurityIdentityDeterminationFaultException
 
SecurityPrimaryStationMismatchException - exception gov.va.med.vistalink.security.m.SecurityPrimaryStationMismatchException.
This exception fault is returned from M, and signifies that there was a mismatch between the client primary station (mapped to the connector) and the primary station of the M account the connector accessed (based on the value of the DEFAULT INSTITUTION field of the Kernel System Parameters file).
SecurityPrimaryStationMismatchException(VistaLinkFaultException) - Constructor for class gov.va.med.vistalink.security.m.SecurityPrimaryStationMismatchException
Constructor
SecurityProductionMismatchException - exception gov.va.med.vistalink.security.m.SecurityProductionMismatchException.
This exception fault is returned from M, and signifies that there was a mismatch between the client and the server in the designation of each side as production or non-production.
SecurityProductionMismatchException(VistaLinkFaultException) - Constructor for class gov.va.med.vistalink.security.m.SecurityProductionMismatchException
Constructor
SecurityTooManyInvalidLoginAttemptsFaultException - exception gov.va.med.vistalink.security.m.SecurityTooManyInvalidLoginAttemptsFaultException.
This exception fault is returned from M, and signifies that the user's login credentials were invalid too many times, and the M system is rejecting further login attempts as a result.
SecurityTooManyInvalidLoginAttemptsFaultException(VistaLinkFaultException) - Constructor for class gov.va.med.vistalink.security.m.SecurityTooManyInvalidLoginAttemptsFaultException
Constructor
SecurityUserAuthorizationException - exception gov.va.med.vistalink.security.m.SecurityUserAuthorizationException.
Represents an authorization failure during a re-authentication attempt, e.g., DISUSER flag is set for the re-authentication user, prohibited times of day is set, etc.
SecurityUserAuthorizationException(VistaLinkFaultException) - Constructor for class gov.va.med.vistalink.security.m.SecurityUserAuthorizationException
 
SecurityUserVerifyCodeException - exception gov.va.med.vistalink.security.m.SecurityUserVerifyCodeException.
Represents a failure during a re-authentication attempt, where the user's verify code is expired or requires changing.
SecurityUserVerifyCodeException(VistaLinkFaultException) - Constructor for class gov.va.med.vistalink.security.m.SecurityUserVerifyCodeException
 
ServerType - class gov.va.med.environment.ServerType.
Enumerated J2EE server types.
SocketManager - class gov.va.med.net.SocketManager.
Represents a socket that can be used to communicate with IP end points
SocketManager() - Constructor for class gov.va.med.net.SocketManager
Default constructor
SocketManager(Socket) - Constructor for class gov.va.med.net.SocketManager
Constructs this SocketManager with the specified socket.
sendData(String) - Method in class gov.va.med.net.SocketManager
Writes the xmlRequest param to the open socket.
setAppProxyName(String) - Method in class gov.va.med.vistalink.adapter.cci.VistaLinkAppProxyConnectionSpec
Sets the Application Proxy Name
setAuthenticationNodes(Document, Node) - Method in class gov.va.med.vistalink.adapter.cci.VistaLinkAppProxyConnectionSpec
creates the xml in the security node
setAuthenticationNodes(Document, Node) - Method in interface gov.va.med.vistalink.adapter.cci.VistaLinkConnectionSpec
creates the xml in the security node
setAuthenticationNodes(Document, Node) - Method in class gov.va.med.vistalink.adapter.cci.VistaLinkDuzConnectionSpec
creates the xml in the security node
setAuthenticationNodes(Document, Node) - Method in class gov.va.med.vistalink.adapter.cci.VistaLinkVpidConnectionSpec
creates the xml in the security node
setBufferSize(int) - Method in class gov.va.med.net.SocketManager
Sets the buffer size.
setDivision(String) - Method in interface gov.va.med.vistalink.adapter.cci.VistaLinkConnectionSpec
Sets the division
setDivision(String) - Method in class gov.va.med.vistalink.adapter.cci.VistaLinkConnectionSpecImpl
 
setDuz(String) - Method in class gov.va.med.vistalink.adapter.cci.VistaLinkDuzConnectionSpec
Sets the DUZ
setLogWriter(PrintWriter) - Method in class gov.va.med.vistalink.adapter.cci.VistaLinkConnectionFactory
 
setMatchingIdentifier(String) - Method in class gov.va.med.net.SocketManager
Sets an identifier to identify the socket
setParam(int, String, Object) - Method in class gov.va.med.vistalink.rpc.RpcRequestParams
Sets a parameter needed by for a M RPC call.
setParams(List) - Method in class gov.va.med.vistalink.rpc.RpcRequest
Sets all the paramters for a RPC call at once using a List.
setReAuthenticateInfo(VistaLinkConnectionSpecImpl, EMReAuthState, EMAdapterEnvironment) - Method in class gov.va.med.vistalink.rpc.RpcRequest
 
setReference(Reference) - Method in class gov.va.med.vistalink.adapter.cci.VistaLinkConnectionFactory
Referenceable interface.
setResultsType(String) - Method in class gov.va.med.vistalink.rpc.RpcResponse
Sets the resultsType.
setRetryStrategy(VistaLinkRequestRetryStrategy) - Method in interface gov.va.med.vistalink.adapter.record.VistaLinkRequestVO
Enables application to set retry strategy in request executed failed because of socket failure or other system type problems.
setRetryStrategy(VistaLinkRequestRetryStrategy) - Method in class gov.va.med.vistalink.adapter.record.VistaLinkRequestVOImpl
 
setRpcClientTimeOut(int) - Method in class gov.va.med.vistalink.rpc.RpcRequest
Sets the client time out value.
setRpcContext(String) - Method in class gov.va.med.vistalink.rpc.RpcRequest
Sets the name of the RPC Context to be used.
setRpcName(String) - Method in class gov.va.med.vistalink.rpc.RpcRequest
Sets the name of the RPC to be called on the M server.
setRpcVersion(double) - Method in class gov.va.med.vistalink.rpc.RpcRequest
Sets the RPC version number Note: Like parameters, it is up to the application code to set this property appropriately for each RPC request made using the RpcRequest instance.
setSecurityDivisionAttr(Node) - Method in class gov.va.med.vistalink.adapter.cci.VistaLinkConnectionSpecImpl
Sets the division in the security Xml
setSecurityState(EMReAuthState) - Method in class gov.va.med.vistalink.adapter.cci.VistaLinkConnectionSpecImpl
Sets the security state in the securityNode to identify the re-authentication state
setSecurityStateAttr(Node) - Method in class gov.va.med.vistalink.adapter.cci.VistaLinkConnectionSpecImpl
Sets the security state in the securityNode to identify the re-authentication state
setSecurityTypeAttr(Node) - Method in class gov.va.med.vistalink.adapter.cci.VistaLinkConnectionSpecImpl
Sets the security type in the security xml
setSoc(Socket) - Method in class gov.va.med.net.SocketManager
Sets the socket associated with this SocketManager.
setTimeOut(int) - Method in interface gov.va.med.vistalink.adapter.cci.VistaLinkConnection
Enables application to set time out for read operations on connections.
setTimeOut(int) - Method in interface gov.va.med.vistalink.adapter.record.VistaLinkRequestVO
Enables application to set time out for read operations on connections.
setTimeOut(int) - Method in class gov.va.med.vistalink.adapter.record.VistaLinkRequestVOImpl
Enables application to set a specific time out for communications to RPC server A timeout value of 0 (zero) indicates that no specific time out for the request has been specified.
setUseProprietaryMessageFormat(boolean) - Method in class gov.va.med.vistalink.rpc.RpcRequest
Set the Indicator that the RPC request should be sent to the M server in a proprietary format (true) or in XML format (false).
setValue(String) - Method in class gov.va.med.vistalink.rpc.RpcReferenceType
Sets the value to the name of the variable desired in the M server partition.
setVpid(String) - Method in class gov.va.med.vistalink.adapter.cci.VistaLinkVpidConnectionSpec
 
setXmlResponse(boolean) - Method in class gov.va.med.vistalink.rpc.RpcRequest
Sets the indicator that the returned value from the RPC call is expected in XML format or not.
showDialogConfirm(Frame, String, String, int, int) - Static method in class gov.va.med.vistalink.security.DialogConfirm
Create a modal Swing dialog to present an error message to the user
start() - Method in class gov.va.med.monitor.time.AuditTimer
Starts the timer.
stop() - Method in class gov.va.med.monitor.time.AuditTimer
Stops the timer.
supportsExecuteWithInputAndOutputRecord() - Method in class gov.va.med.vistalink.adapter.cci.VistaLinkResourceAdapterMetaData
Returns if the Interaction implementation of this adapter supports the public boolean execute(InteractionSpec is, Record input, Record output) method.
supportsExecuteWithInputRecordOnly() - Method in class gov.va.med.vistalink.adapter.cci.VistaLinkResourceAdapterMetaData
Returns if the Interaction implementation of this adapter supports the public Record execute(InteractionSpec iSpec, Record input) method.
supportsLocalTransactionDemarcation() - Method in class gov.va.med.vistalink.adapter.cci.VistaLinkResourceAdapterMetaData
Returns if this adapter implements the LocalTransaction interface and supports local transaction demarcation on the underlying EIS instance through the LocalTransaction interface.

T

TIMEOUT_OPTION - Static variable in class gov.va.med.vistalink.security.DialogConfirm
return value if user timed out to close dialog
toString() - Method in class gov.va.med.net.SocketManager
 
toString() - Method in class gov.va.med.vistalink.rpc.RpcReferenceType
Returns name of the variable desired in the M server partition.
toString() - Method in class gov.va.med.vistalink.security.VistaKernelPrincipalImpl
Rudimentary toString method.
toString() - Method in class gov.va.med.vistalink.security.m.VistaInstitutionVO
returns a string representation of the institution information
toString() - Method in interface gov.va.med.vistalink.security.m.VistaKernelPrincipal
A string representation of the principal

U

UNKNOWN - Static variable in class gov.va.med.environment.ServerType
 

V

VHA_CCOW_LOGON_DOMAIN - Static variable in class gov.va.med.vistalink.security.CallbackHandlerSwingCCOW
The VistA Domain.
VHA_CCOW_LOGON_NAME - Static variable in class gov.va.med.vistalink.security.CallbackHandlerSwingCCOW
The user context location under which the user name is stored.
VHA_CCOW_LOGON_NAME_GENERIC - Static variable in class gov.va.med.vistalink.security.CallbackHandlerSwingCCOW
The non-VA-specific generic user context location under which the user name is stored.
VHA_CCOW_LOGON_TOKEN - Static variable in class gov.va.med.vistalink.security.CallbackHandlerSwingCCOW
The user context location under which the Kernel token is stored.
VHA_CCOW_LOGON_VPID - Static variable in class gov.va.med.vistalink.security.CallbackHandlerSwingCCOW
The user context location under which the VPID is stored.
VHA_CCOW_USER_CONTEXT_KEYS - Static variable in class gov.va.med.vistalink.security.CallbackHandlerSwingCCOW
Array containing the complete set of VHA user context keys.
VistaInstitutionVO - class gov.va.med.vistalink.security.m.VistaInstitutionVO.
Represents a Vista Institution, including IEN, Station Name and Station Number.
VistaInstitutionVO() - Constructor for class gov.va.med.vistalink.security.m.VistaInstitutionVO
Instantiates a VistaInstitutionVO with all fields set to the null string.
VistaInstitutionVO(String, String, String, boolean) - Constructor for class gov.va.med.vistalink.security.m.VistaInstitutionVO
Instantiates a VistaInstitutionVO with the fields set to the parameters you specify:
VistaInstitutionVO(String, String, String) - Constructor for class gov.va.med.vistalink.security.m.VistaInstitutionVO
Instantiates a VistaInstitutionVO with the fields set to the parameters you specify:
VistaKernelHash - class gov.va.med.crypto.VistaKernelHash.
Implements static methods to provide the encoding algorithms used by the RPC Broker and Kernel to encode and decode data strings.
VistaKernelHash() - Constructor for class gov.va.med.crypto.VistaKernelHash
 
VistaKernelHashCountLimitExceededException - exception gov.va.med.crypto.VistaKernelHashCountLimitExceededException.
Represents an exception identifying that the Hash Count Limit (for a call to the VistaKernelHash encrypt method) has been exceeded.
VistaKernelHashCountLimitExceededException() - Constructor for class gov.va.med.crypto.VistaKernelHashCountLimitExceededException
Constructor for VistaKernelHashCountLimitExceededException.
VistaKernelHashCountLimitExceededException(String) - Constructor for class gov.va.med.crypto.VistaKernelHashCountLimitExceededException
Constructor for VistaKernelHashCountLimitExceededException.
VistaKernelHashCountLimitExceededException(Exception) - Constructor for class gov.va.med.crypto.VistaKernelHashCountLimitExceededException
Constructor for VistaKernelHashCountLimitExceededException.
VistaKernelHashCountLimitExceededException(String, Exception) - Constructor for class gov.va.med.crypto.VistaKernelHashCountLimitExceededException
Constructor for VistaKernelHashCountLimitExceededException.
VistaKernelPrincipal - interface gov.va.med.vistalink.security.m.VistaKernelPrincipal.
Provides an interface to marks a principal that represents a logged on Kernel user on an M system.
VistaKernelPrincipalImpl - class gov.va.med.vistalink.security.VistaKernelPrincipalImpl.
A JAAS principal representing a logged on Kernel user on an M system.
VistaLinkAppProxyConnectionSpec - class gov.va.med.vistalink.adapter.cci.VistaLinkAppProxyConnectionSpec.
This is the connection spec class for Application Proxy re-authentication
VistaLinkAppProxyConnectionSpec() - Constructor for class gov.va.med.vistalink.adapter.cci.VistaLinkAppProxyConnectionSpec
 
VistaLinkAppProxyConnectionSpec(String, String) - Constructor for class gov.va.med.vistalink.adapter.cci.VistaLinkAppProxyConnectionSpec
 
VistaLinkConnection - interface gov.va.med.vistalink.adapter.cci.VistaLinkConnection.
This interface represents an application level connection handle that is used by a component to access an EIS instance.
VistaLinkConnectionFactory - class gov.va.med.vistalink.adapter.cci.VistaLinkConnectionFactory.
This implementation class provides an interface for getting connection to an EIS instance.
VistaLinkConnectionFactory(VistaLinkManagedConnectionFactory, ConnectionManager) - Constructor for class gov.va.med.vistalink.adapter.cci.VistaLinkConnectionFactory
 
VistaLinkConnectionMetaData - class gov.va.med.vistalink.adapter.cci.VistaLinkConnectionMetaData.
provides information about an EIS instance connected through a Connection instance.
VistaLinkConnectionMetaData(ManagedConnection) - Constructor for class gov.va.med.vistalink.adapter.cci.VistaLinkConnectionMetaData
 
VistaLinkConnectionSpec - interface gov.va.med.vistalink.adapter.cci.VistaLinkConnectionSpec.
This interface defined the common properties needed by any connection spec implementation.
VistaLinkConnectionSpecImpl - class gov.va.med.vistalink.adapter.cci.VistaLinkConnectionSpecImpl.
This is the base implementation class for VistaLinkConnectionSpec
VistaLinkConnectionSpecImpl() - Constructor for class gov.va.med.vistalink.adapter.cci.VistaLinkConnectionSpecImpl
Note that division is required to be set into a connection spec before it can be used.
VistaLinkConnectionSpecImpl(String) - Constructor for class gov.va.med.vistalink.adapter.cci.VistaLinkConnectionSpecImpl
 
VistaLinkDuzConnectionSpec - class gov.va.med.vistalink.adapter.cci.VistaLinkDuzConnectionSpec.
This is the connection spec class for Duz re-authentication
VistaLinkDuzConnectionSpec() - Constructor for class gov.va.med.vistalink.adapter.cci.VistaLinkDuzConnectionSpec
 
VistaLinkDuzConnectionSpec(String, String) - Constructor for class gov.va.med.vistalink.adapter.cci.VistaLinkDuzConnectionSpec
 
VistaLinkFaultException - exception gov.va.med.vistalink.adapter.record.VistaLinkFaultException.
Exception encapsulates Fault information coming from M side.
VistaLinkFaultException() - Constructor for class gov.va.med.vistalink.adapter.record.VistaLinkFaultException
Constructor for VistaLinkFaultException.
VistaLinkFaultException(String) - Constructor for class gov.va.med.vistalink.adapter.record.VistaLinkFaultException
Constructor for VistaLinkFaultException.
VistaLinkFaultException(String, String, String, String, String, String) - Constructor for class gov.va.med.vistalink.adapter.record.VistaLinkFaultException
Passed-in parameter values are stored as members of the exception.
VistaLinkFaultException(Exception) - Constructor for class gov.va.med.vistalink.adapter.record.VistaLinkFaultException
Constructor for VistaLinkFaultException.
VistaLinkFaultException(String, Exception) - Constructor for class gov.va.med.vistalink.adapter.record.VistaLinkFaultException
Constructor for VistaLinkFaultException.
VistaLinkRequestRetryStrategy - interface gov.va.med.vistalink.adapter.record.VistaLinkRequestRetryStrategy.
Base strategy interface for determining if request should be re-executed
VistaLinkRequestRetryStrategyAllow - class gov.va.med.vistalink.adapter.record.VistaLinkRequestRetryStrategyAllow.
Simple 'Allow' strategy implementation that indicates request should be re-executed
VistaLinkRequestRetryStrategyAllow() - Constructor for class gov.va.med.vistalink.adapter.record.VistaLinkRequestRetryStrategyAllow
 
VistaLinkRequestRetryStrategyDeny - class gov.va.med.vistalink.adapter.record.VistaLinkRequestRetryStrategyDeny.
Simple 'Deny' strategy implementation that indicates request should not be re-executed
VistaLinkRequestRetryStrategyDeny() - Constructor for class gov.va.med.vistalink.adapter.record.VistaLinkRequestRetryStrategyDeny
 
VistaLinkRequestVO - interface gov.va.med.vistalink.adapter.record.VistaLinkRequestVO.
Base request interface
VistaLinkRequestVOImpl - class gov.va.med.vistalink.adapter.record.VistaLinkRequestVOImpl.
Base request implementation.
VistaLinkRequestVOImpl() - Constructor for class gov.va.med.vistalink.adapter.record.VistaLinkRequestVOImpl
Constructor for VistaLinkRequestVOImpl.
VistaLinkRequestVOImpl(Document) - Constructor for class gov.va.med.vistalink.adapter.record.VistaLinkRequestVOImpl
Constructor for VistaLinkRequestVOImpl.
VistaLinkResourceAdapterMetaData - class gov.va.med.vistalink.adapter.cci.VistaLinkResourceAdapterMetaData.
Implementation class provides info about the capabilities of a resource adapter.
VistaLinkResourceAdapterMetaData() - Constructor for class gov.va.med.vistalink.adapter.cci.VistaLinkResourceAdapterMetaData
 
VistaLinkResourceException - exception gov.va.med.vistalink.adapter.cci.VistaLinkResourceException.
Represents a ResourceException thrown by the VistaLink adapter.
VistaLinkResourceException(String) - Constructor for class gov.va.med.vistalink.adapter.cci.VistaLinkResourceException
Constructor.
VistaLinkResourceException(Exception) - Constructor for class gov.va.med.vistalink.adapter.cci.VistaLinkResourceException
Constructor.
VistaLinkResourceException(String, String) - Constructor for class gov.va.med.vistalink.adapter.cci.VistaLinkResourceException
Constructor.
VistaLinkResourceException(String, String, Exception) - Constructor for class gov.va.med.vistalink.adapter.cci.VistaLinkResourceException
Constructor.
VistaLinkResourceException(String, Exception) - Constructor for class gov.va.med.vistalink.adapter.cci.VistaLinkResourceException
Constructor.
VistaLinkServerInfo - class gov.va.med.vistalink.adapter.spi.VistaLinkServerInfo.
Represents M VistA connection information, like address and port.
VistaLinkSocketAlreadyClosedException - exception gov.va.med.vistalink.adapter.spi.VistaLinkSocketAlreadyClosedException.
Represents a situation where, when attempting to close a socket, the socket is already closed.
VistaLinkSocketAlreadyClosedException() - Constructor for class gov.va.med.vistalink.adapter.spi.VistaLinkSocketAlreadyClosedException
 
VistaLinkSocketAlreadyClosedException(String) - Constructor for class gov.va.med.vistalink.adapter.spi.VistaLinkSocketAlreadyClosedException
 
VistaLinkSocketAlreadyClosedException(Exception) - Constructor for class gov.va.med.vistalink.adapter.spi.VistaLinkSocketAlreadyClosedException
 
VistaLinkSocketAlreadyClosedException(String, Exception) - Constructor for class gov.va.med.vistalink.adapter.spi.VistaLinkSocketAlreadyClosedException
 
VistaLinkSocketClosedException - exception gov.va.med.vistalink.adapter.spi.VistaLinkSocketClosedException.
This exception class is thrown when an attempt is made to access the VistaLinkManagedConnection's underlying VistaSocketConnection after its has been closed or invalidated.
VistaLinkSocketClosedException(String) - Constructor for class gov.va.med.vistalink.adapter.spi.VistaLinkSocketClosedException
Constructor for VistaLinkSocketClosedException.
VistaLinkSocketClosedException(Exception) - Constructor for class gov.va.med.vistalink.adapter.spi.VistaLinkSocketClosedException
Constructor for VistaLinkSocketClosedException.
VistaLinkSocketClosedException(String, String) - Constructor for class gov.va.med.vistalink.adapter.spi.VistaLinkSocketClosedException
Constructor for VistaLinkSocketClosedException.
VistaLinkSocketClosedException(String, String, Exception) - Constructor for class gov.va.med.vistalink.adapter.spi.VistaLinkSocketClosedException
Constructor for VistaLinkSocketClosedException.
VistaLinkSocketClosedException(String, Exception) - Constructor for class gov.va.med.vistalink.adapter.spi.VistaLinkSocketClosedException
Constructor for VistaLinkSocketClosedException.
VistaLinkVpidConnectionSpec - class gov.va.med.vistalink.adapter.cci.VistaLinkVpidConnectionSpec.
This is the connection spec class for VPID re-authentication.
VistaLinkVpidConnectionSpec() - Constructor for class gov.va.med.vistalink.adapter.cci.VistaLinkVpidConnectionSpec
 
VistaLinkVpidConnectionSpec(String, String) - Constructor for class gov.va.med.vistalink.adapter.cci.VistaLinkVpidConnectionSpec
 
VistaLoginModule - class gov.va.med.vistalink.security.VistaLoginModule.
A JAAS-compliant LoginModule to log users on to a Vista system.
VistaLoginModule() - Constructor for class gov.va.med.vistalink.security.VistaLoginModule
 
VistaLoginModuleException - exception gov.va.med.vistalink.security.VistaLoginModuleException.
Represents a LoginException thrown by the LoginModule.
VistaLoginModuleIPLockedException - exception gov.va.med.vistalink.security.VistaLoginModuleIPLockedException.
If thrown, the user's IP has been locked due to too many times with invalid credentials.
VistaLoginModuleLoginsDisabledException - exception gov.va.med.vistalink.security.VistaLoginModuleLoginsDisabledException.
If thrown, logins are disabled on the M server.
VistaLoginModuleNoJobSlotsAvailableException - exception gov.va.med.vistalink.security.VistaLoginModuleNoJobSlotsAvailableException.
If thrown, job slot maximum has been exceeded on M server.
VistaLoginModuleNoPathToListenerException - exception gov.va.med.vistalink.security.VistaLoginModuleNoPathToListenerException.
If thrown, no reachable listener was found on the path represented by the specified IP address and Port.
VistaLoginModuleTooManyInvalidAttemptsException - exception gov.va.med.vistalink.security.VistaLoginModuleTooManyInvalidAttemptsException.
If thrown, the user tried to login too many times with invalid credentials.
VistaLoginModuleUserCancelledException - exception gov.va.med.vistalink.security.VistaLoginModuleUserCancelledException.
Represents a user cancellation of Login.
VistaLoginModuleUserTimedOutException - exception gov.va.med.vistalink.security.VistaLoginModuleUserTimedOutException.
User timed out of a login.
VistaSocketException - exception gov.va.med.net.VistaSocketException.
Represents an exception thrown during read/write operations on a socket
VistaSocketException() - Constructor for class gov.va.med.net.VistaSocketException
Constructor for VistaSocketException.
VistaSocketException(String) - Constructor for class gov.va.med.net.VistaSocketException
Constructor for VistaSocketException.
VistaSocketException(Exception) - Constructor for class gov.va.med.net.VistaSocketException
Constructor for VistaSocketException.
VistaSocketException(String, Exception) - Constructor for class gov.va.med.net.VistaSocketException
Constructor for VistaSocketException.
VistaSocketTimeOutException - exception gov.va.med.net.VistaSocketTimeOutException.
Represents an exception identifying a timeout has occurred during read/write operations.
VistaSocketTimeOutException() - Constructor for class gov.va.med.net.VistaSocketTimeOutException
Constructor for VistaSocketTimeOutException.
VistaSocketTimeOutException(String) - Constructor for class gov.va.med.net.VistaSocketTimeOutException
Constructor for VistaSocketTimeOutException.
VistaSocketTimeOutException(Exception) - Constructor for class gov.va.med.net.VistaSocketTimeOutException
Constructor for VistaSocketTimeOutException.
VistaSocketTimeOutException(String, Exception) - Constructor for class gov.va.med.net.VistaSocketTimeOutException
Constructor for VistaSocketTimeOutException.

W

WEBLOGIC - Static variable in class gov.va.med.environment.ServerType
 
WEBSPHERE - Static variable in class gov.va.med.environment.ServerType
 

X

XML_HEADER - Static variable in class gov.va.med.xml.XmlUtilities
Represents the default header used for all xml documents that communicate with an M server via VistALink.
XmlUtilities - class gov.va.med.xml.XmlUtilities.
This class contains a number of static utility methods to help developers work with XML documents, nodes, attributes and strings
XmlUtilities() - Constructor for class gov.va.med.xml.XmlUtilities
 

A B C D E F G H I J K L M N O P R S T U V W X
VistALink v1.5.0.026

VistALink v1.5.0.026