seda.sandStorm.lib.aDisk
Class AFileCompletion

java.lang.Object
  extended by seda.sandStorm.lib.aDisk.AFileCompletion
All Implemented Interfaces:
QueueElementIF
Direct Known Subclasses:
AFileEOFReached, AFileIOCompleted, AFileIOExceptionOccurred

public abstract class AFileCompletion
extends java.lang.Object
implements QueueElementIF

Abstract base class of AFile I/O completion events.

See Also:
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
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

req

protected AFileRequest req
Constructor Detail

AFileCompletion

protected AFileCompletion(AFileRequest req)
Method Detail

getRequest

public AFileRequest getRequest()
Return the I/O request object associated with this completion.


getFile

public AFile getFile()
Return the AFile object associated with this completion.