Class SpawnerMessage

  • All Implemented Interfaces:
    java.io.Serializable

    class SpawnerMessage
    extends java.lang.Object
    implements java.io.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.
    • Constructor Detail

      • SpawnerMessage

        public SpawnerMessage​(CSProcess process,
                              NetChannelLocation caller,
                              NodeFactory factory,
                              ApplicationID applicationID,
                              java.lang.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.