|
More information: http://www.cs.berkeley.edu/~mdw/proj/seda/ | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--mdw.sandStorm.lib.aDisk.AFileCompletion
Abstract base class of AFile I/O completion events.
AFileIOCompletedEvent
,
AFileEOFReached
,
AFileIOExceptionOccurred
Field Summary | |
protected AFileRequest |
req
|
Constructor Summary | |
protected |
AFileCompletion(AFileRequest req)
|
Method Summary | |
AFile |
getFile()
Return the AFile object associated with this completion. |
AFileRequest |
getRequest()
Return the I/O request object associated with this completion. |
Methods inherited from class java.lang.Object |
|
Field Detail |
protected AFileRequest req
Constructor Detail |
protected AFileCompletion(AFileRequest req)
Method Detail |
public AFileRequest getRequest()
public AFile getFile()
|
More information: http://www.cs.berkeley.edu/~mdw/proj/seda/ | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |