Package stockDataRetrieval

Class Summary
DownloadManager Manages the downloading of stock/comapny information from a specific set of web pages and the downloading of stock history files from Yahoo's web servers.
DownloadManagerAMEX Controls the behavior and variables for the AMEX information - inherits from the DownloadManager
DownloadManagerNASDAQ Controls the behavior and variables for the NASDAQ information - inherits from the DownloadManager
DownloadManagerNYSE Controls the behavior and variables for the NYSE information - inherits from the DownloadManager
NewsDownloadEngine Class contians functions support the fetching of news stories from Yahoo's web page
NewsDownloader Singleton class that controls the downloading of the news stories for all stocks.
NewsDownloaderThread Threaded class to allow the aynchronous downloading of news stories pertaining to a single company.
StockFileManipulator Class manages the extraction of stock history data from files to an array of stock objects that are able to be passed to the database manager for insertion.
WebConnectionEngine Class implements the functionality for connecting to a web page by URL address and downlading the web page text to the local machine (without downloading any pictures or other graphics).
WebPageParser Class contains the methods to allow a web page to be parsed for specific information.