JobManagerClient is a Thread that has a connection to a client and will handle
the request that the client sends to the JobManager.
supported requests are:
status
register
unregister
cancel
Field Summary
Fields inherited from class java.lang.Thread
MAX_PRIORITY, MIN_PRIORITY, NORM_PRIORITY
Constructor Summary
JobManagerClient(java.net.Socket socket,
JobManagerService jm)
Creates an instance of the HandleClientRequest and immediately
starts running the Thread to handle the client's request.
Method Summary
void
run()
executes an internal method to handle the client request and response.