Uses of Class
org.jcsp.net.remote.SpawnerService
Packages that use SpawnerService
-
Uses of SpawnerService in org.jcsp.net.remote
Fields in org.jcsp.net.remote declared as SpawnerServiceModifier and TypeFieldDescriptionprivate final SpawnerService
ProcessSpawner.service
The parent service that started this one.Methods in org.jcsp.net.remote that return SpawnerServiceConstructors in org.jcsp.net.remote with parameters of type SpawnerServiceModifierConstructorDescriptionProcessSpawner
(SpawnerService service, CSProcess process, NetChannelOutput caller, NodeFactory factory, ApplicationID applicationID, int unique, String classPath) Constructs a new spawner.