|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectp2pmpi.mpi.Request
public class Request
The handle of asynchronous communication
Constructor Summary | |
---|---|
Request(p2pmpi.mpi.internal.MessageHandler msgHandle,
java.lang.Object recvBuffer,
int offset,
int count,
Datatype datatype,
int src,
int tag,
int dst)
Internal use |
Method Summary | |
---|---|
Status |
Test()
Test if message reception has completed. |
Status |
Wait()
Blocks until a waiting asynchronous message is received |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Request(p2pmpi.mpi.internal.MessageHandler msgHandle, java.lang.Object recvBuffer, int offset, int count, Datatype datatype, int src, int tag, int dst)
Method Detail |
---|
public Status Wait()
public Status Test()
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |