|
CSP for Java (JCSP) 1.1-rc4 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.jcsp.net.remote.ChildProcess
public class ChildProcess
For use by the infrastructure only.
Process launcher for starting a child JVM. This class should not be used directly. On loading the
process to be started will be retrieved from the main SpawnerService
JVM and run. The
.NET node will be initialized using the factory supplied by the spawner. This may be either the
platform's default factory or one supplied to the proxy ChildProcess
processes.
The process started should not call System.exit
to terminate. If it does a
RemoteProcessFailedException
will be raised as an abrupt exit cannot be distinguished
from a .NET infrastructure failure.
If the process raises an exception, this will be forwarded to the caller if possible.
Constructor Summary | |
---|---|
ChildProcess()
|
Method Summary | |
---|---|
static void |
main(String[] args)
Program entry point. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ChildProcess()
Method Detail |
---|
public static void main(String[] args)
args
- program command line arguments
|
CSP for Java (JCSP) 1.1-rc4 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |