xdev.mxdev
Class MXRecvRequest

java.lang.Object
  extended by mpjdev.Request
      extended by xdev.mxdev.MXRequest
          extended by xdev.mxdev.MXRecvRequest

public class MXRecvRequest
extends MXRequest


Field Summary
protected  long bufferAddressHandle
           
protected  long ctrlMsgHandle
           
protected  long dBufLengthHandle
           
protected  long matchRecvHandle
           
protected  long matchRecvMaskHandle
           
protected  long sBufLengthHandle
           
 
Fields inherited from class xdev.mxdev.MXRequest
bufferHandle
 
Method Summary
 Status itest()
          this method returns Status object if the communication is completed, and if its not completed, it returns zero.
 Status iwait()
           
 
Methods inherited from class xdev.mxdev.MXRequest
cancel, free, isnull
 
Methods inherited from class mpjdev.Request
addCompletionHandler, complete, iwaitany
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

matchRecvHandle

protected long matchRecvHandle

matchRecvMaskHandle

protected long matchRecvMaskHandle

sBufLengthHandle

protected long sBufLengthHandle

dBufLengthHandle

protected long dBufLengthHandle

bufferAddressHandle

protected long bufferAddressHandle

ctrlMsgHandle

protected long ctrlMsgHandle
Method Detail

iwait

public Status iwait()
Specified by:
iwait in class MXRequest

itest

public Status itest()
Description copied from class: MXRequest
this method returns Status object if the communication is completed, and if its not completed, it returns zero.

Specified by:
itest in class MXRequest