seda.sandStorm.lib.aDisk
Class AFileEOFReached

java.lang.Object
  extended by seda.sandStorm.lib.aDisk.AFileCompletion
      extended by seda.sandStorm.lib.aDisk.AFileEOFReached
All Implemented Interfaces:
QueueElementIF

public class AFileEOFReached
extends AFileCompletion

A completion event indicating that EOF was reached on the given file during an attempted I/O operation.


Field Summary
 
Fields inherited from class seda.sandStorm.lib.aDisk.AFileCompletion
req
 
Constructor Summary
AFileEOFReached(AFileRequest req)
           
 
Method Summary
 
Methods inherited from class seda.sandStorm.lib.aDisk.AFileCompletion
getFile, getRequest
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AFileEOFReached

AFileEOFReached(AFileRequest req)