Package org.jcsp.net

Class Message

    • Field Detail

      • destIndex

        long destIndex
        The destination channel index.
      • destVCNLabel

        java.lang.String destVCNLabel
      • sourceIndex

        long sourceIndex
        The source channel index.
      • sourceID

        transient NodeID sourceID
        The source computer address. This is not transmitted, instead, it is filled in automatically by the demux on arrival. (Indeed, it is not usually even filled in at the sending end).
      • txReplyChannel

        transient ChannelOutput txReplyChannel
        The channel for transmitting replies. It doesn't make sense to transmit this value (or even to bother to fill it in at the transmitting end), so it is filled in automatically by the demux on arrival.
    • Constructor Detail

      • Message

        public Message()
    • Method Detail