Package edu.rit.pj
Class CommStatus
java.lang.Object
edu.rit.pj.CommStatus
Class CommStatus provides the result of receiving a message from a
communicator (class Comm).
- Version:
- 09-Mar-2006
- Author:
- Alan Kaminsky
-
Field Summary
Fields -
Method Summary
-
Field Details
-
fromRank
public int fromRankThe rank of the source process that sent the message. -
tag
public int tagThe tag from the message that was received. -
length
public int lengthThe actual number of items in the message that was received.
-