|
Spring Integration | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use FileLocker | |
---|---|
org.springframework.integration.file | |
org.springframework.integration.file.locking |
Uses of FileLocker in org.springframework.integration.file |
---|
Methods in org.springframework.integration.file with parameters of type FileLocker | |
---|---|
void |
DefaultDirectoryScanner.setLocker(FileLocker locker)
Sets a custom locker to be used by this scanner. |
void |
DirectoryScanner.setLocker(FileLocker locker)
Sets a custom locker to be used by this scanner. |
void |
FileReadingMessageSource.setLocker(FileLocker locker)
Optional. |
Uses of FileLocker in org.springframework.integration.file.locking |
---|
Classes in org.springframework.integration.file.locking that implement FileLocker | |
---|---|
class |
AbstractFileLockerFilter
Convenience base class for implementing FileLockers that check a lock before accepting a file. |
class |
NioFileLocker
File locking strategy that uses java.nio. |
|
Spring Integration | |||||||||
PREV NEXT | FRAMES NO FRAMES |