Uses of Interface
org.neociclo.odetteftp.oftplet.EndFileResponse

Packages that use EndFileResponse
org.neociclo.odetteftp.oftplet   
org.neociclo.odetteftp.protocol   
org.neociclo.odetteftp.support   
 

Uses of EndFileResponse in org.neociclo.odetteftp.oftplet
 

Methods in org.neociclo.odetteftp.oftplet that return EndFileResponse
 EndFileResponse OftpletListenerAdapter.onReceiveFileEnd(VirtualFile virtualFile, long recordCount, long unitCount)
           
 EndFileResponse OftpletListener.onReceiveFileEnd(VirtualFile virtualFile, long recordCount, long unitCount)
          Callback method indicating the file receive end request with given parameters information used to check the integrity of the received file.
 

Uses of EndFileResponse in org.neociclo.odetteftp.protocol
 

Classes in org.neociclo.odetteftp.protocol that implement EndFileResponse
 class DefaultEndFileResponse
           
 

Methods in org.neociclo.odetteftp.protocol that return EndFileResponse
static EndFileResponse DefaultEndFileResponse.positiveEndFileAnswer()
           
 

Uses of EndFileResponse in org.neociclo.odetteftp.support
 

Methods in org.neociclo.odetteftp.support that return EndFileResponse
 EndFileResponse SharedQueueOftpletListener.onReceiveFileEnd(VirtualFile virtualFile, long recordCount, long unitCount)
           
 EndFileResponse OftpletEventListenerAdapter.onReceiveFileEnd(VirtualFile virtualFile, long recordCount, long unitCount)
           
 



ACCORD