Package org.jcsp.net.tcpip
Class TCPIPCNSServerNT
- java.lang.Object
-
- NTService
-
- org.jcsp.net.tcpip.TCPIPCNSServerNT
-
public class TCPIPCNSServerNT extends NTServiceWraps up the TCPIPCNSServer as a Windows NT service. To install the service, register the pathjava org.jcsp.net.tcpip.TCPIPCNSServerNTwith the service nameJCSP.NET:TCPIPCNSServer.- Author:
- Quickstone Technologies Limited
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static voidmain(java.lang.String[] args)Creates a new service instance and sets it running.protected voidstartService()Starts the service by callingTCPIPCNSServer.main.protected voidstopService()Stops the service.
-