Spring Integration

Uses of Class
org.springframework.integration.sftp.SftpSession

Packages that use SftpSession
org.springframework.integration.sftp   
 

Uses of SftpSession in org.springframework.integration.sftp
 

Methods in org.springframework.integration.sftp that return SftpSession
 SftpSession SftpSessionFactory.getObject()
           
 SftpSession QueuedSftpSessionPool.getSession()
           
 SftpSession SftpSessionPool.getSession()
          this returns a session that can be used to connct to an sftp instance and perform operations
 

Methods in org.springframework.integration.sftp that return types with arguments of type SftpSession
 Class<? extends SftpSession> SftpSessionFactory.getObjectType()
           
 

Methods in org.springframework.integration.sftp with parameters of type SftpSession
 void QueuedSftpSessionPool.release(SftpSession session)
           
 void SftpSessionPool.release(SftpSession session)
          Frees up the client.
 


Spring Integration

Copyright © 2010. All Rights Reserved.