Package ca.cbc.sportwire

Interface Summary
WireFeederProperties WireFeederProperties.java: public properties for the configuration file and their defaults;
 

Class Summary
DocQueue FIFO DocQueue manages the received document text blocks, spawning processes to translate each to a DOM and stash it into the database.
JdbcBench JdbcBench.java:
QueueElement QueueElement.java: a simple wrapper for the queued docs to allow the feeders to give them meaningful names to show up in the error log tracing and to specify the docHandler to go with this doc; the docHandler's can in turn return a QueueElement from the processing method which the DocQueue will re-queue.
TestDocQueue File TestDocQueue.java is automaticaly generated by 'unittestsgen' application.
TestWireFeeder File TestWireFeeder.java is automaticaly generated by 'unittestsgen' application.
WireFeeder Copyright (C) 2001 Canadian Broadcasting Corporation (cbc.ca) This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.