Produced by Araxis Merge on 4/5/2017 4:21:44 PM Central 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 | C:\working_scrub\Unredacted\eHX Code Base\eHX_Bld2_Source Code_CIF_2017-02-14\NHIN_adapter\AdapterCommonEJB\src\main\java\gov\va\med\nhin\adapter\datamanager\ejb | DataManagerBean.java | Fri Feb 10 15:41:44 2017 UTC |
| 2 | eHX-CIF.zip\eHX-CIF\eHX Code Base\eHX_Bld2_Source Code_CIF_2017-02-14\NHIN_adapter\AdapterCommonEJB\src\main\java\gov\va\med\nhin\adapter\datamanager\ejb | DataManagerBean.java | Mon Apr 3 14:22:27 2017 UTC |
| Description | Between Files 1 and 2 |
|
|---|---|---|
| Text Blocks | Lines | |
| Unchanged | 2 | 72 |
| 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.Sta teless; | |
| 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 DN S VAZQUD | |
| 15 | */ | |
| 16 | @Stateless (name = "D ataManager ") | |
| 17 | public cla ss DataMan agerBean i mplements DataManage rLocal | |
| 18 | { | |
| 19 | pr ivate Data Manager da taManager; | |
| 20 | pr ivate Prop ertyLookup propertyL ookup; | |
| 21 | ||
| 22 | @E JB(beanInt erface = P ropertyLoo kupLocal.c lass, bean Name = "Pr opertyLook up") | |
| 23 | pu blic void setPropert yLookup(Pr opertyLook up propert yLookup) | |
| 24 | { | |
| 25 | this .propertyL ookup = pr opertyLook up; | |
| 26 | } | |
| 27 | ||
| 28 | pu blic DataQ uery getQu ery(String queryName ) | |
| 29 | { | |
| 30 | if(d ataManager == null) | |
| 31 | { | |
| 32 | dataMa nager = Da taManagerF actory.get DataManage r("DM-Comm on", prope rtyLookup. getPropert y("dataMan agerConfig Filename") ); | |
| 33 | } | |
| 34 | ||
| 35 | retu rn dataMan ager.getQu ery(queryN ame); | |
| 36 | } | |
| 37 | } |
Araxis Merge (but not the data content of this report) is Copyright © 1993-2016 Araxis Ltd (www.araxis.com). All rights reserved.