Wraps up the TCPIPCNSServer as a Windows NT service. To install the service, register the
path java org.jcsp.net.tcpip.TCPIPCNSServerNT
with the service name
JCSP.NET:TCPIPCNSServer
.
Type | Name and description |
---|---|
static void |
main(String[] args) Creates a new service instance and sets it running. |
protected void |
startService() Starts the service by calling TCPIPCNSServer.main . |
protected void |
stopService() Stops the service. |
Creates a new service instance and sets it running.
Starts the service by calling TCPIPCNSServer.main
.
Stops the service.