Package org.jcsp.net.remote
-
Class Summary Class Description ChildProcess For use by the infrastructure only.RemoteProcess A proxy process that runs locally while another process executes on a different node.SpawnerService Services requests fromRemoteProcess
proxies to start up child JVMs running the actual processes.SpawnerServiceNT Wraps up theSpawnerService
as an NT service. -
Exception Summary Exception Description RemoteProcessFailedException Thrown if a remote process terminates abruptly with a non-zero error code.RemoteSpawnException Wraps up a non-RuntimeException into a runtime exception that can be ignored or caught and rethrown if required.