class SpawnerMessage
extends java.lang.Object
implements java.io.Serializable
RemoteProcess
to SpawnerService
listing the details of
the process that should be started and a network channel address for replying on.Modifier and Type | Field and Description |
---|---|
ApplicationID |
applicationID |
NetChannelLocation |
caller |
java.lang.String |
classPath |
NodeFactory |
factory |
CSProcess |
process |
Constructor and Description |
---|
SpawnerMessage(CSProcess process,
NetChannelLocation caller,
NodeFactory factory,
ApplicationID applicationID,
java.lang.String classPath)
Constructs a new message.
|
public final CSProcess process
public final NetChannelLocation caller
public final NodeFactory factory
public final ApplicationID applicationID
public final java.lang.String classPath
public SpawnerMessage(CSProcess process, NetChannelLocation caller, NodeFactory factory, ApplicationID applicationID, java.lang.String classPath)
process
- the process to be spawned.caller
- the location of the RemoteProcess
's channel for replies.factory
- the optional factory for initializing the remote node.applicationID
- the application ID that the remote node should adopt.classPath
- the class path the remote JVM should use.