Issue #2170: Fix Ensemble notifications
Change-Id: I48cdd8dad18f0e4866f2e150acb37c8f6ada139b Former-commit-id:ed79e93d00
[formerly0c5a6af2f3
] [formerlyb3f90b4e07
] [formerlyed79e93d00
[formerly0c5a6af2f3
] [formerlyb3f90b4e07
] [formerly0c269d0a7c
[formerlyb3f90b4e07
[formerly da7c2ba0cdc0e9108d987d9ff7531f657c7c832e]]]] Former-commit-id:0c269d0a7c
Former-commit-id:799df90f7f
[formerly4a6d41871e
] [formerly e8dec021bb4665162c922437e35f72eea5dd05e6 [formerlyd430167b2c
]] Former-commit-id: 762a10da036e844868c06b6318a24b2ba933478c [formerly3376002d20
] Former-commit-id:5283e7c725
This commit is contained in:
parent
84c16f84ac
commit
b5973d803f
1 changed files with 3 additions and 2 deletions
|
@ -34,6 +34,7 @@ import com.raytheon.edex.plugin.grib.exception.GribException;
|
||||||
import com.raytheon.edex.plugin.grib.spatial.GribSpatialCache;
|
import com.raytheon.edex.plugin.grib.spatial.GribSpatialCache;
|
||||||
import com.raytheon.edex.util.Util;
|
import com.raytheon.edex.util.Util;
|
||||||
import com.raytheon.edex.util.grib.CompositeModel;
|
import com.raytheon.edex.util.grib.CompositeModel;
|
||||||
|
import com.raytheon.uf.common.dataplugin.PluginDataObject;
|
||||||
import com.raytheon.uf.common.dataplugin.PluginException;
|
import com.raytheon.uf.common.dataplugin.PluginException;
|
||||||
import com.raytheon.uf.common.dataplugin.grid.GridConstants;
|
import com.raytheon.uf.common.dataplugin.grid.GridConstants;
|
||||||
import com.raytheon.uf.common.dataplugin.grid.GridRecord;
|
import com.raytheon.uf.common.dataplugin.grid.GridRecord;
|
||||||
|
@ -79,7 +80,7 @@ import com.raytheon.uf.edex.plugin.grid.dao.GridDao;
|
||||||
* Aug 30, 2013 2298 rjpeter Make getPluginName abstract
|
* Aug 30, 2013 2298 rjpeter Make getPluginName abstract
|
||||||
* Oct 15, 2013 2473 bsteffen Remove deprecated method calls.
|
* Oct 15, 2013 2473 bsteffen Remove deprecated method calls.
|
||||||
* Nov 19, 2013 2478 rjpeter Make update process update database also.
|
* Nov 19, 2013 2478 rjpeter Make update process update database also.
|
||||||
*
|
* Dec 06, 2013 2170 rjpeter Update to pass PluginDataObject[] to notification.
|
||||||
* </pre>
|
* </pre>
|
||||||
*
|
*
|
||||||
* @author bphillip
|
* @author bphillip
|
||||||
|
@ -227,7 +228,7 @@ public class EnsembleGridAssembler implements IDecoderPostProcessor {
|
||||||
updateExistingRecord(record, assembledRecord, thinned, dao);
|
updateExistingRecord(record, assembledRecord, thinned, dao);
|
||||||
}
|
}
|
||||||
EDEXUtil.getMessageProducer().sendAsync("notificationAggregation",
|
EDEXUtil.getMessageProducer().sendAsync("notificationAggregation",
|
||||||
record);
|
new PluginDataObject[] { record });
|
||||||
}
|
}
|
||||||
|
|
||||||
private GridRecord createAssembledRecord(GridRecord record,
|
private GridRecord createAssembledRecord(GridRecord record,
|
||||||
|
|
Loading…
Add table
Reference in a new issue