public class TCPIPCNSServer2
extends java.lang.Object
Program to run a Channel Name Service. The service will listen on all locally available addresses using either a default port of 7890 or a port specified in the XML file.
| Modifier and Type | Field and Description |
|---|---|
(package private) static One2OneChannel |
terminate
For use by other sub classes of this class to terminate the server.
|
| Modifier | Constructor and Description |
|---|---|
private |
TCPIPCNSServer2() |
| Modifier and Type | Method and Description |
|---|---|
static void |
main(java.lang.String[] args)
Main method, running the service.
|
static final One2OneChannel terminate