Package | Description |
---|---|
org.jcsp.net |
This is main package for JCSP.NET.
|
org.jcsp.net.remote |
Supports the remote spawning of processes at other nodes.
|
Modifier and Type | Method and Description |
---|---|
ApplicationID |
Node.getNewApplicationID() |
Modifier and Type | Field and Description |
---|---|
(package private) static ApplicationID |
RemoteProcess.applicationID
The application ID returned by
getApplicationID . |
ApplicationID |
SpawnerMessage.applicationID |
private ApplicationID |
ProcessSpawner.applicationID
The application identifier of the caller that the child should adopt.
|
Modifier and Type | Method and Description |
---|---|
static ApplicationID |
RemoteProcess.getApplicationID()
Returns the application ID.
|
Constructor and Description |
---|
ProcessSpawner(SpawnerService service,
CSProcess process,
NetChannelOutput caller,
NodeFactory factory,
ApplicationID applicationID,
int unique,
java.lang.String classPath)
Constructs a new spawner.
|
SpawnerMessage(CSProcess process,
NetChannelLocation caller,
NodeFactory factory,
ApplicationID applicationID,
java.lang.String classPath)
Constructs a new message.
|