awips2/edexOsgi/com.raytheon.uf.edex.datadelivery.bandwidth/res/spring/bandwidth-datadelivery-inmemory-impl.xml
Dustin Johnson 580bc2cadf Issue #2106 Improve BandwidthManager performance, proposed changes are checked much quicker
Change-Id: I3a61de1904d7256de04a97f40f38bf18d78b1438

Former-commit-id: b36200d583 [formerly 59eafdd07754e3711e9c3babd946dfd18c161404]
Former-commit-id: ec2ddd13b1
2013-07-10 15:59:36 -05:00

11 lines
No EOL
645 B
XML

<beans xmlns="http://www.springframework.org/schema/beans"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans-3.1.xsd">
<!-- Separated from the other beans because we want to be able to use
any DAO implementation along with the other Spring files (e.g. in-memory
version in order to test proposed changes and inform the user of their effects) -->
<bean id="bandwidthContextFactory"
class="com.raytheon.uf.edex.datadelivery.bandwidth.InMemoryBandwidthContextFactory" />
</beans>