Class SpawnerMessage

java.lang.Object
org.jcsp.net.remote.SpawnerMessage
All Implemented Interfaces:
Serializable

class SpawnerMessage extends Object implements Serializable
Message sent from RemoteProcess to SpawnerService listing the details of the process that should be started and a network channel address for replying on.
  • Field Details

  • Constructor Details

    • SpawnerMessage

      public SpawnerMessage(CSProcess process, NetChannelLocation caller, NodeFactory factory, ApplicationID applicationID, String classPath)
      Constructs a new message.
      Parameters:
      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.