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
.
Type | Name 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. |
Creates a service instance and sets it running.
Starts the service by calling SpawnerService.main
.
Terminates the spawner.