getJndiConnectorNameForInstitution |
public static java.lang.String
getJndiConnectorNameForInstitution(java.lang.String stationNumber) throws
InstitutionMapNotInitializedException, InstitutionMappingNotFoundException:
Returns the JNDI connector name (if found) for a division matching the station
number passed in.
|
VARIABLES |
TYPE |
VARIABLES DESCRIPTION |
stationNumber |
Input |
java.lang.String stationNumber: institution station
number for Vista Institution to retrieve connector for.
|
return |
Output |
returns java.lang.String: Jndi Connector name, if a
connector is found that is mapped to input station number. Use for a JNDI
lookup of actual VistaLink connector.
|
throws |
Output |
Throws:
gov.va.med.vistalink.institution.InstitutionMapNotInitializedException -
thrown if the institution mapping has not been initialized
gov.va.med.vistalink.institution.InstitutionMappingNotFoundException - thrown
if no connector JNDI name has been mapped to input station number
|
|
getVistaLinkMappedStationNumberSet |
public static java.util.Set
getVistaLinkMappedStationNumberSet() throws
InstitutionMapNotInitializedException:
Returns the set of station# strings for which adapters have been deployed on
the current JVM, and for which institution mappings currently exist. The
source of the station#s in the mapping is the primaryStation configuration
attribute, for successfully deployed adapters.
|
VARIABLES |
TYPE |
VARIABLES DESCRIPTION |
return |
Output |
returns java.util.Set: a Set containing station#
strings contained in current mapping.
|
throws |
Output |
throws:
gov.va.med.vistalink.institution.InstitutionMapNotInitializedException: thrown
if the institution mapping has not been initialized.
|
|