| Package | Description |
|---|---|
| org.jcsp.net.remote |
Supports the remote spawning of processes at other nodes.
|
| Modifier and Type | Field and Description |
|---|---|
private SpawnerService |
ProcessSpawner.service
The parent service that started this one.
|
| Modifier and Type | Method and Description |
|---|---|
static SpawnerService |
SpawnerService.construct(java.lang.String[] args) |
| Constructor and Description |
|---|
ProcessSpawner(SpawnerService service,
CSProcess process,
NetChannelOutput caller,
NodeFactory factory,
ApplicationID applicationID,
int unique,
java.lang.String classPath)
Constructs a new spawner.
|