| It defines 2 methods, enqueu, to put SocketData items into the internal
Vector, and run, which is requred be Runnable (this is a threaded class)
and grabs any items off the Vector. It uses a combination of wait() and
notify() to keep the run method from polling on an empty queue.
author: Joseph Monti author: countjoe@users.sourceforge.net author: Code Connector version: 0.8 |