Package org.apache.camel.component.file.strategy

Strategies for the File Component.

See:
          Description

Interface Summary
GenericFileRenamer<T> Used for renaming files.
 

Class Summary
FileChangedExclusiveReadLockStrategy Acquires exclusive read lock to the given file by checking whether the file is being changed by scanning the file at different intervals (to detect changes).
FileLockExclusiveReadLockStrategy Acquires exclusive read lock to the given file.
FileProcessStrategyFactory  
FileRenameExclusiveReadLockStrategy Acquires exclusive read lock to the given file.
GenericFileDeleteProcessStrategy<T>  
GenericFileExpressionRenamer<T>  
GenericFileNoOpProcessStrategy<T>  
GenericFileProcessStrategyFactory  
GenericFileProcessStrategySupport<T> Base class for implementations of GenericFileProcessStrategy.
GenericFileRenameExclusiveReadLockStrategy<T> Acquires exclusive read lock to the given file.
GenericFileRenameProcessStrategy<T>  
MarkerFileExclusiveReadLockStrategy Acquires read lock to the given file using a marker file so other Camel consumers wont acquire the same file.
 

Package org.apache.camel.component.file.strategy Description

Strategies for the File Component.



Apache CAMEL