|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectseda.sandStorm.lib.aDisk.AFileRequest
public abstract class AFileRequest
Abstract base class of I/O requests which can be posted to the AFile enqueue() methods.
AFileReadRequest,
AFileWriteRequest,
AFileSeekRequest,
AFileFlushRequest,
AFileCloseRequest| Field Summary | |
|---|---|
(package private) AFile |
afile
|
(package private) SinkIF |
compQ
|
| Constructor Summary | |
|---|---|
protected |
AFileRequest(AFile afile,
SinkIF compQ)
|
protected |
AFileRequest(SinkIF compQ)
|
| Method Summary | |
|---|---|
(package private) void |
complete(QueueElementIF comp)
|
(package private) SinkIF |
getCompQ()
|
(package private) AFile |
getFile()
|
(package private) AFileImpl |
getImpl()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
AFile afile
SinkIF compQ
| Constructor Detail |
|---|
protected AFileRequest(SinkIF compQ)
protected AFileRequest(AFile afile,
SinkIF compQ)
| Method Detail |
|---|
AFile getFile()
AFileImpl getImpl()
SinkIF getCompQ()
void complete(QueueElementIF comp)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||