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 Summary 
Fields
int
The rank of the source process that sent the message.
int
The actual number of items in the message that was received.
int
The tag from the message that was received.
-
Method Summary 
Methods inherited from class java.lang.Object 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
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.