public abstract class PollUrlAvlModule
extends AvlModule
Subclass of AvlModule to be used when reading AVL data from a feed. Calls the
abstract method getAndProcessData() for the subclass to actually get data
from the feed. The getAndProcessData() should call
processAvlReport(avlReport) for each AVL report read in. If in JMS mode then
it outputs the data to the appropriate JMS topic so that it can be read from
an AvlClient. If not in JMS mode then uses a BoundedExecutor with multiple
threads to directly call AvlClient.run().