seda.sandStorm.lib.aDisk
Class AFileEOFReached

java.lang.Object
  extended byseda.sandStorm.lib.aDisk.AFileCompletion
      extended byseda.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.

Author:
Matt Welsh

Field Summary
 
Fields inherited from class seda.sandStorm.lib.aDisk.AFileCompletion
req
 
Constructor Summary
(package private) AFileEOFReached(AFileRequest req)
           
 
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)