| 
 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectmpjdev.Request
xdev.niodev.NIORequest
public abstract class NIORequest
| Constructor Summary | |
|---|---|
| NIORequest() | |
| Method Summary | |
|---|---|
|  boolean | cancel() | 
|  void | free() | 
|  boolean | isnull() | 
|  Status | itest()this method returns Status object if the communication is completed, and if its not completed, it returns zero. | 
| abstract  Status | iwait() | 
| static Status | iwaitany(NIORequest[] requests) | 
| 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 | 
| Constructor Detail | 
|---|
public NIORequest()
| Method Detail | 
|---|
public boolean cancel()
cancel in class Requestpublic static Status iwaitany(NIORequest[] requests)
public abstract Status iwait()
iwait in class Requestpublic Status itest()
itest in class Requestpublic void free()
free in class Requestpublic boolean isnull()
isnull in class Request| 
 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||