- All Implemented Interfaces:
- CSProcess
- Enclosing class:
- CNSService
private class CNSService.ServiceProcess
extends java.lang.Object
implements CSProcess
The main process of the service.
This handles a single request at a time.
Register, lease and deregister requests are sent to the server
and then the process waits for a response.
Resolve requests are sent to the server after which the process
resumes serving requests. The server will send a response back to
this process once a name matching the request has been registered.