Package org.jcsp.net.remote
Class SpawnerServiceNT
- java.lang.Object
-
- NTService
-
- org.jcsp.net.remote.SpawnerServiceNT
-
public class SpawnerServiceNT extends NTService
Wraps up the
SpawnerService
as an NT service. To install the service, register the pathjava org.jcsp.net.remote.SpawnerServiceNT
with the service nameJCSP.NET:SpawnerService
.- Author:
- Quickstone Technologies Limited
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static void
main(java.lang.String[] args)
Creates a service instance and sets it running.protected void
startService()
Starts the service by callingSpawnerService.main
.protected void
stopService()
Terminates the spawner.
-