|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jcsp.win32.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 org.jcsp.win32.NTService |
---|
run |
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
.
startService
in class NTService
protected void stopService()
stopService
in class NTService
public static void main(String[] args)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |