Package edu.rit.pj

Class CommStatus

java.lang.Object
edu.rit.pj.CommStatus

public class CommStatus extends Object
Class CommStatus provides the result of receiving a message from a communicator (class Comm).
Version:
09-Mar-2006
Author:
Alan Kaminsky
  • Field Details

    • fromRank

      public int fromRank
      The rank of the source process that sent the message.
    • tag

      public int tag
      The tag from the message that was received.
    • length

      public int length
      The actual number of items in the message that was received.