|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.camel.impl.ServiceSupport
org.apache.camel.impl.DefaultConsumer
org.apache.camel.impl.ScheduledPollConsumer
org.apache.camel.component.file.GenericFileConsumer<T>
org.apache.camel.component.file.remote.RemoteFileConsumer<org.apache.commons.net.ftp.FTPFile>
org.apache.camel.component.file.remote.FtpConsumer
public class FtpConsumer
FTP consumer
Field Summary |
---|
Fields inherited from class org.apache.camel.component.file.remote.RemoteFileConsumer |
---|
loggedIn |
Fields inherited from class org.apache.camel.component.file.GenericFileConsumer |
---|
endpoint, fileExpressionResult, log, maxMessagesPerPoll, operations |
Constructor Summary | |
---|---|
FtpConsumer(RemoteFileEndpoint<org.apache.commons.net.ftp.FTPFile> endpoint,
Processor processor,
RemoteFileOperations<org.apache.commons.net.ftp.FTPFile> fileOperations)
|
Method Summary | |
---|---|
protected void |
pollDirectory(String fileName,
List<GenericFile<org.apache.commons.net.ftp.FTPFile>> fileList)
|
Methods inherited from class org.apache.camel.component.file.remote.RemoteFileConsumer |
---|
connectIfNecessary, disconnect, doStop, prePollCheck, remoteServer |
Methods inherited from class org.apache.camel.component.file.GenericFileConsumer |
---|
isInProgress, isMatched, isValidFile, poll, processBatch, processExchange, setMaxMessagesPerPoll |
Methods inherited from class org.apache.camel.impl.ScheduledPollConsumer |
---|
doStart, getDelay, getInitialDelay, getPollStrategy, getTimeUnit, isUseFixedDelay, run, setDelay, setInitialDelay, setPollStrategy, setTimeUnit, setUseFixedDelay |
Methods inherited from class org.apache.camel.impl.DefaultConsumer |
---|
getEndpoint, getExceptionHandler, getProcessor, handleException, setExceptionHandler, toString |
Methods inherited from class org.apache.camel.impl.ServiceSupport |
---|
addChildService, getStatus, getVersion, isRunAllowed, isStarted, isStarting, isStopped, isStopping, removeChildService, start, stop |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Methods inherited from interface org.apache.camel.Service |
---|
start, stop |
Constructor Detail |
---|
public FtpConsumer(RemoteFileEndpoint<org.apache.commons.net.ftp.FTPFile> endpoint, Processor processor, RemoteFileOperations<org.apache.commons.net.ftp.FTPFile> fileOperations)
Method Detail |
---|
protected void pollDirectory(String fileName, List<GenericFile<org.apache.commons.net.ftp.FTPFile>> fileList)
pollDirectory
in class GenericFileConsumer<org.apache.commons.net.ftp.FTPFile>
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |