|
CSP for Java (JCSP) 1.1-rc4 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object NTService org.jcsp.net.tcpip.TCPIPCNSServerNT
public class TCPIPCNSServerNT
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
.
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 |
---|
protected void startService()
TCPIPCNSServer.main
.
protected void stopService()
public static void main(String[] args)
|
CSP for Java (JCSP) 1.1-rc4 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |