Documentation of 'edu.rit.pj.CommStatus' Java class
CommStatus
edu.rit.pj

Class CommStatus



  • public class CommStatus
    extends java.lang.Object
    Class CommStatus provides the result of receiving a message from a communicator (class Comm).
    • Field Summary

      Fields 
      Modifier and Type Field and Description
      int fromRank
      The rank of the source process that sent the message.
      int length
      The actual number of items in the message that was received.
      int tag
      The tag from the message that was received.
    • Method Summary

      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • 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.

DMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.