|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.springframework.integration.context.IntegrationObjectSupport
org.springframework.integration.endpoint.AbstractEndpoint
org.springframework.integration.endpoint.MessageProducerSupport
org.springframework.integration.file.AbstractInboundRemoteFileSystemSynchronizingMessageSource<com.jcraft.jsch.ChannelSftp.LsEntry,SftpInboundRemoteFileSystemSynchronizer>
org.springframework.integration.sftp.impl.SftpInboundRemoteFileSystemSynchronizingMessageSource
public class SftpInboundRemoteFileSystemSynchronizingMessageSource
a MessageSource implementation for SFTP
| Field Summary |
|---|
| Fields inherited from class org.springframework.integration.file.AbstractInboundRemoteFileSystemSynchronizingMessageSource |
|---|
autoCreateDirectories, fileSource, INCOMPLETE_EXTENSION, localDirectory, remotePredicate, synchronizer |
| Fields inherited from class org.springframework.integration.context.IntegrationObjectSupport |
|---|
logger |
| Constructor Summary | |
|---|---|
SftpInboundRemoteFileSystemSynchronizingMessageSource()
|
|
| Method Summary | |
|---|---|
protected void |
doStart()
Subclasses must implement this method with the start behavior. |
protected void |
doStop()
Subclasses must implement this method with the stop behavior. |
java.lang.String |
getComponentType()
Subclasses may implement this method to provide component type information. |
protected void |
onInit()
Subclasses may implement this for initialization logic. |
void |
setClientPool(SftpSessionPool clientPool)
|
void |
setRemotePath(java.lang.String remotePath)
|
| Methods inherited from class org.springframework.integration.file.AbstractInboundRemoteFileSystemSynchronizingMessageSource |
|---|
receive, setAutoCreateDirectories, setLocalDirectory, setRemotePredicate, setSynchronizer |
| Methods inherited from class org.springframework.integration.endpoint.MessageProducerSupport |
|---|
sendMessage, setOutputChannel, setSendTimeout, setShouldTrack |
| Methods inherited from class org.springframework.integration.endpoint.AbstractEndpoint |
|---|
getPhase, isAutoStartup, isRunning, setAutoStartup, setPhase, setTaskScheduler, start, stop, stop |
| Methods inherited from class org.springframework.integration.context.IntegrationObjectSupport |
|---|
afterPropertiesSet, getBeanFactory, getComponentName, getConversionService, getTaskScheduler, setBeanFactory, setBeanName, setComponentName, setConversionService, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface org.springframework.integration.context.NamedComponent |
|---|
getComponentName |
| Constructor Detail |
|---|
public SftpInboundRemoteFileSystemSynchronizingMessageSource()
| Method Detail |
|---|
public void setClientPool(SftpSessionPool clientPool)
public void setRemotePath(java.lang.String remotePath)
protected void doStart()
AbstractEndpointAbstractEndpoint.lifecycleLock.
doStart in class AbstractEndpointprotected void doStop()
AbstractEndpointAbstractEndpoint.lifecycleLock.
doStop in class AbstractEndpointprotected void onInit()
IntegrationObjectSupport
onInit in class AbstractInboundRemoteFileSystemSynchronizingMessageSource<com.jcraft.jsch.ChannelSftp.LsEntry,SftpInboundRemoteFileSystemSynchronizer>public java.lang.String getComponentType()
IntegrationObjectSupport
getComponentType in interface NamedComponentgetComponentType in class IntegrationObjectSupport
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||