org.sadun.util.polling.pollmanagers
Class FileHistoryPollManager

java.lang.Object
  extended byorg.sadun.util.polling.pollmanagers.HistoryPollManager
      extended byorg.sadun.util.polling.pollmanagers.FileHistoryPollManager
All Implemented Interfaces:
PollManager

public class FileHistoryPollManager
extends HistoryPollManager

Author:
Cristiano Sadun

Constructor Summary
FileHistoryPollManager()
           
FileHistoryPollManager(java.io.File file)
           
 
Method Summary
protected  void storeAutomoveException(java.lang.Exception e, java.io.File target)
           
protected  void storeEvent(BasePollerEvent evt)
           
 
Methods inherited from class org.sadun.util.polling.pollmanagers.HistoryPollManager
cycleEnded, cycleStarted, directoryLookupEnded, directoryLookupStarted, exceptionDeletingTargetFile, exceptionMovingFile, fileFound, fileMoved, fileSetFound
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FileHistoryPollManager

public FileHistoryPollManager()
                       throws java.io.IOException

FileHistoryPollManager

public FileHistoryPollManager(java.io.File file)
                       throws java.io.IOException
Method Detail

storeAutomoveException

protected void storeAutomoveException(java.lang.Exception e,
                                      java.io.File target)
Specified by:
storeAutomoveException in class HistoryPollManager

storeEvent

protected void storeEvent(BasePollerEvent evt)
Specified by:
storeEvent in class HistoryPollManager


Copyright © 1999, 2000 Cristiano Sadun. This software is released under GPL.