Produced by Araxis Merge on 6/9/2017 3:44:51 PM Eastern Daylight Time. See www.araxis.com for information about Merge. This report uses XHTML and CSS2, and is best viewed with a modern standards-compliant browser. For optimum results when printing this report, use landscape orientation and enable printing of background images and colours in your browser.
| # | Location | File | Last Modified |
|---|---|---|---|
| 1 | eHealth_Exch (eHealth Exchange Enhancements) Build 3 docs & code_May_2017.zip\eHXE_Build3_2017-05-04.zip\NHIN_adapter\AdapterCommonEJB\src\main\java\gov\va\med\nhin\adapter\datamanager\ejb | DataManagerBean.java | Wed Apr 5 01:13:54 2017 UTC |
| 2 | eHealth_Exch (eHealth Exchange Enhancements) Build 3 docs & code_May_2017.zip\eHXE_Build3_2017-05-04.zip\NHIN_adapter\AdapterCommonEJB\src\main\java\gov\va\med\nhin\adapter\datamanager\ejb | DataManagerBean.java | Thu Jun 1 21:19:40 2017 UTC |
| Description | Between Files 1 and 2 |
|
|---|---|---|
| Text Blocks | Lines | |
| Unchanged | 2 | 74 |
| Changed | 1 | 2 |
| Inserted | 0 | 0 |
| Removed | 0 | 0 |
| Whitespace | |
|---|---|
| Character case | Differences in character case are significant |
| Line endings | Differences in line endings (CR and LF characters) are ignored |
| CR/LF characters | Not shown in the comparison detail |
No regular expressions were active.
| 1 | package go v.va.med.n hin.adapte r.datamana ger.ejb; | |
| 2 | ||
| 3 | import jav ax.ejb.EJB ; | |
| 4 | import jav ax.ejb.*; | |
| 5 | ||
| 6 | import gov .va.med.nh in.adapter .datamanag er.DataMan ager; | |
| 7 | import gov .va.med.nh in.adapter .datamanag er.DataMan agerFactor y; | |
| 8 | import gov .va.med.nh in.adapter .datamanag er.DataQue ry; | |
| 9 | import gov .va.med.nh in.adapter .propertyl ookup.Prop ertyLookup ; | |
| 10 | import gov .va.med.nh in.adapter .propertyl ookup.Prop ertyLookup Local; | |
| 11 | ||
| 12 | /** | |
| 13 | * | |
| 14 | * @author
|
|
| 15 | */ | |
| 16 | @Transacti onAttribut e(value = Transactio nAttribute Type.SUPPO RTS) | |
| 17 | @Stateless (name = "D ataManager ") | |
| 18 | public cla ss DataMan agerBean i mplements DataManage rLocal | |
| 19 | { | |
| 20 | pr ivate Data Manager da taManager; | |
| 21 | pr ivate Prop ertyLookup propertyL ookup; | |
| 22 | ||
| 23 | @E JB(beanInt erface = P ropertyLoo kupLocal.c lass, bean Name = "Pr opertyFile Lookup") | |
| 24 | pu blic void setPropert yLookup(Pr opertyLook up propert yLookup) | |
| 25 | { | |
| 26 | this .propertyL ookup = pr opertyLook up; | |
| 27 | } | |
| 28 | ||
| 29 | pu blic DataQ uery getQu ery(String queryName ) | |
| 30 | { | |
| 31 | if(d ataManager == null) | |
| 32 | { | |
| 33 | dataMa nager = Da taManagerF actory.get DataManage r("DM-Comm on", prope rtyLookup. getPropert y("dataMan agerConfig Filename") ); | |
| 34 | } | |
| 35 | ||
| 36 | retu rn dataMan ager.getQu ery(queryN ame); | |
| 37 | } | |
| 38 | } |
Araxis Merge (but not the data content of this report) is Copyright © 1993-2016 Araxis Ltd (www.araxis.com). All rights reserved.