Before examining this class make sure to examing the base Broker class thoroughly. The base Broker class takes user requests, and creates DataQuery objects. A separate thread takes these DataQuery objects and uses the methods of derived classes (such as this one) to do the actual grunt work.
|
|