de.hillenbrand.io
Class FileNotification.DelayedQueueEntry

java.lang.Object
  extended by de.hillenbrand.datatypes.AbstractDelayedQueueEntry
      extended by de.hillenbrand.io.FileNotification.DelayedQueueEntry
All Implemented Interfaces:
java.lang.Comparable<java.util.concurrent.Delayed>, java.util.concurrent.Delayed
Enclosing class:
FileNotification

protected static final class FileNotification.DelayedQueueEntry
extends AbstractDelayedQueueEntry


Field Summary
protected  FileNotification fileNotification
           
 
Fields inherited from class de.hillenbrand.datatypes.AbstractDelayedQueueEntry
endOfDelay, requestTime
 
Constructor Summary
FileNotification.DelayedQueueEntry(FileNotification fn)
           
 
Method Summary
 FileNotification getFileNotification()
          Returns the value of the fileNotification property.
 
Methods inherited from class de.hillenbrand.datatypes.AbstractDelayedQueueEntry
compareTo, enableDelay, getDelay
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

fileNotification

protected FileNotification fileNotification
Constructor Detail

FileNotification.DelayedQueueEntry

public FileNotification.DelayedQueueEntry(FileNotification fn)
Method Detail

getFileNotification

public FileNotification getFileNotification()
Returns the value of the fileNotification property.

Returns: