Class | Tree | Deprecated | Index | Help
PREV CLASS | NEXT CLASS FRAMES  | NO FRAMES
SUMMARY:  INNER | FIELD | CONSTR | METHOD DETAIL:  FIELD | CONSTR | METHOD

Class mpij.Status

java.lang.Object
  |
  +--mpij.Status

public class Status
extends java.lang.Object
Status.


Constructor Summary
Status()
          Constructor.
 
Method Summary
int getCount(Datatype type)
          Gets the count.
int getSource()
          Gets the source.
short getTag()
          Gets the tag.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notifyAll, notify, toString, wait, wait, wait
 

Constructor Detail

Status

public Status()
Constructor. By default source, tag, and count are not set.
Method Detail

getSource

public int getSource()
             throws MPIException
Gets the source.
Throws:
Throws - MPIException if this status is not set.

getTag

public short getTag()
            throws MPIException
Gets the tag.
Throws:
Throws - MPIException if this status is not set.

getCount

public int getCount(Datatype type)
            throws MPIException
Gets the count.
Throws:
Throws - MPIException if this status is not set.

Class | Tree | Deprecated | Index | Help
PREV CLASS | NEXT CLASS FRAMES  | NO FRAMES
SUMMARY:  INNER | FIELD | CONSTR | METHOD DETAIL:  FIELD | CONSTR | METHOD