Uses of Class
org.jcsp.net.remote.SpawnerService
-
Packages that use SpawnerService Package Description org.jcsp.net.remote Supports the remote spawning of processes at other nodes. -
-
Uses of SpawnerService in org.jcsp.net.remote
Fields in org.jcsp.net.remote declared as SpawnerService Modifier and Type Field Description private SpawnerService
ProcessSpawner. service
The parent service that started this one.Methods in org.jcsp.net.remote that return SpawnerService Modifier and Type Method Description static SpawnerService
SpawnerService. construct(java.lang.String[] args)
Constructors in org.jcsp.net.remote with parameters of type SpawnerService Constructor Description ProcessSpawner(SpawnerService service, CSProcess process, NetChannelOutput caller, NodeFactory factory, ApplicationID applicationID, int unique, java.lang.String classPath)
Constructs a new spawner.
-