Spring Integration

Uses of Interface
org.springframework.integration.ftp.FtpClientPool

Packages that use FtpClientPool
org.springframework.integration.ftp   
org.springframework.integration.ftp.impl   
 

Uses of FtpClientPool in org.springframework.integration.ftp
 

Classes in org.springframework.integration.ftp that implement FtpClientPool
 class QueuedFtpClientPool
          FtpClientPool implementation based on a Queue.
 

Methods in org.springframework.integration.ftp with parameters of type FtpClientPool
 void FtpSendingMessageHandler.setFtpClientPool(FtpClientPool ftpClientPool)
           
 

Constructors in org.springframework.integration.ftp with parameters of type FtpClientPool
FtpSendingMessageHandler(FtpClientPool ftpClientPool)
           
 

Uses of FtpClientPool in org.springframework.integration.ftp.impl
 

Fields in org.springframework.integration.ftp.impl declared as FtpClientPool
protected  FtpClientPool FtpInboundRemoteFileSystemSynchronizer.clientPool
           
 

Methods in org.springframework.integration.ftp.impl with parameters of type FtpClientPool
 void FtpInboundRemoteFileSystemSynchronizingMessageSource.setClientPool(FtpClientPool clientPool)
           
 void FtpInboundRemoteFileSystemSynchronizer.setClientPool(FtpClientPool clientPool)
          The FtpClientPool that holds references to FTPClient instances
 


Spring Integration

Copyright © 2010. All Rights Reserved.