CSP for Java
(JCSP) 1.1-rc4

org.jcsp.net.tcpip
Class TCPIPCNSServerNT

java.lang.Object
  extended by NTService
      extended by org.jcsp.net.tcpip.TCPIPCNSServerNT

public class TCPIPCNSServerNT
extends NTService

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.

Author:
Quickstone Technologies Limited

Method Summary
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.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

startService

protected void startService()
Starts the service by calling TCPIPCNSServer.main.


stopService

protected void stopService()
Stops the service.


main

public static void main(String[] args)
Creates a new service instance and sets it running.


CSP for Java
(JCSP) 1.1-rc4

Submit a bug or feature to jcsp-team@kent.ac.uk
Version 1.1-rc4 of the JCSP API Specification (Copyright 1997-2008 P.D.Austin and P.H.Welch - All Rights Reserved)
Java is a trademark or registered trademark of Sun Microsystems, Inc. in the US and other countries.