public class ChildProcess
extends java.lang.Object
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 and Description |
---|
ChildProcess() |
Modifier and Type | Method and Description |
---|---|
static void |
main(java.lang.String[] args)
Program entry point.
|
public static void main(java.lang.String[] args)
args
- program command line argumentsCopyright © 1996–2019. All rights reserved.