Uses of Class
org.apache.camel.component.file.strategy.MarkerFileExclusiveReadLockStrategy

Packages that use MarkerFileExclusiveReadLockStrategy
org.apache.camel.component.file.strategy Strategies for the File Component. 
 

Uses of MarkerFileExclusiveReadLockStrategy in org.apache.camel.component.file.strategy
 

Subclasses of MarkerFileExclusiveReadLockStrategy in org.apache.camel.component.file.strategy
 class 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).
 class FileLockExclusiveReadLockStrategy
          Acquires exclusive read lock to the given file.
 



Apache CAMEL