Uses of Class
org.ikasan.connector.ftp.outbound.FTPManagedConnection
-
Packages that use FTPManagedConnection Package Description org.ikasan.connector.ftp.outbound -
-
Uses of FTPManagedConnection in org.ikasan.connector.ftp.outbound
Fields in org.ikasan.connector.ftp.outbound declared as FTPManagedConnection Modifier and Type Field Description protected FTPManagedConnectionFTPConnectionImpl. managedConnectionThe managed connection, overrides the definition in the EISConnectionImpl so that we don't have to cast back all of the timeConstructors in org.ikasan.connector.ftp.outbound with parameters of type FTPManagedConnection Constructor Description FTPConnectionImpl(FTPManagedConnection mc, org.ikasan.connector.util.chunking.model.dao.FileChunkDao fileChunkDao, org.ikasan.connector.basefiletransfer.outbound.persistence.BaseFileTransferDao baseFileTransferDao)Constructor which takes ManagedConnection as a parameterFTPConnectionImpl(FTPManagedConnection mc, org.ikasan.connector.util.chunking.model.dao.FileChunkDao fileChunkDao, org.ikasan.connector.basefiletransfer.outbound.persistence.BaseFileTransferDao baseFileTransferDao, com.google.common.cache.Cache<java.lang.String,java.lang.Boolean> duplicateFilesCache)Constructor which takes ManagedConnection as a parameter
-