public class PollHotFolder extends StorageHotFolder
Constructor and Description |
---|
PollHotFolder(File _hotFolderDir,
File _storageDir,
String ext,
IPollHandler handler)
constructor for a simple queue based hotfolder watcher that is automagically started in its own thread
|
addListener, copyCompleted, getHfDirectory, getMaxConcurrent, getRetry, getStabilizeTime, restart, setErrorStorage, setMaxConcurrent, setMaxStore, setOKStorage, setRetry, setStabilizeTime, stop, toString
public PollHotFolder(File _hotFolderDir, File _storageDir, String ext, IPollHandler handler)
_hotFolderDir
- the hot folder directory to watch_storageDir
- the storage directory where hot files are moved toext
- the comma separated list of file extensions that are moved - if null no filteringhandler
- callback that receives the generated JMF - the location of the stored file will be found in the standard command parametersCopyright © 2018. All rights reserved.