org.jcsp.net.remote
public class SpawnerServiceNT extends NTService
Wraps up the SpawnerService
as an NT service. To install the service, register the
path java org.jcsp.net.remote.SpawnerServiceNT
with the service name
JCSP.NET:SpawnerService
.
Modifier and Type | Method and Description |
---|---|
static void |
main(String[] args)
Creates a service instance and sets it running.
|
protected void |
startService()
Starts the service by calling
SpawnerService.main . |
protected void |
stopService()
Terminates the spawner.
|
protected void startService()
SpawnerService.main
.protected void stopService()
public static void main(String[] args)
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.