Uses of Interface
org.neociclo.odetteftp.protocol.DeliveryNotification

Packages that use DeliveryNotification
org.neociclo.odetteftp.oftplet   
org.neociclo.odetteftp.protocol   
org.neociclo.odetteftp.protocol.v13   
org.neociclo.odetteftp.protocol.v14   
org.neociclo.odetteftp.protocol.v20   
org.neociclo.odetteftp.support   
org.neociclo.odetteftp.util   
 

Uses of DeliveryNotification in org.neociclo.odetteftp.oftplet
 

Methods in org.neociclo.odetteftp.oftplet with parameters of type DeliveryNotification
 void OftpletListenerAdapter.onNotificationReceived(DeliveryNotification notif)
           
 void OftpletListener.onNotificationReceived(DeliveryNotification notif)
          Callback method to indicate the Oftplet about the receive of a delivery notification.
 void OftpletSpeaker.onNotificationSent(DeliveryNotification notif)
           
 

Uses of DeliveryNotification in org.neociclo.odetteftp.protocol
 

Classes in org.neociclo.odetteftp.protocol that implement DeliveryNotification
 class DefaultDeliveryNotification
           
 

Methods in org.neociclo.odetteftp.protocol that return DeliveryNotification
protected abstract  DeliveryNotification DefaultHandler.buildEndToEndResponse(CommandExchangeBuffer eerp)
           
protected abstract  DeliveryNotification DefaultHandler.buildNegativeEndResponse(CommandExchangeBuffer nerp)
           
 

Methods in org.neociclo.odetteftp.protocol with parameters of type DeliveryNotification
protected abstract  CommandExchangeBuffer DefaultHandler.buildDeliveryNotificationCommand(DeliveryNotification notif)
           
protected  void DefaultHandler.speakerDeliveryNotification(OdetteFtpSession session, DeliveryNotification notif)
           
 

Uses of DeliveryNotification in org.neociclo.odetteftp.protocol.v13
 

Methods in org.neociclo.odetteftp.protocol.v13 that return DeliveryNotification
protected  DeliveryNotification OdetteFtpVer13Handler.buildEndToEndResponse(CommandExchangeBuffer eerp)
           
protected  DeliveryNotification OdetteFtpVer13Handler.buildNegativeEndResponse(CommandExchangeBuffer nerp)
           
 

Methods in org.neociclo.odetteftp.protocol.v13 with parameters of type DeliveryNotification
protected  CommandExchangeBuffer OdetteFtpVer13Handler.buildDeliveryNotificationCommand(DeliveryNotification notif)
           
 

Uses of DeliveryNotification in org.neociclo.odetteftp.protocol.v14
 

Methods in org.neociclo.odetteftp.protocol.v14 that return DeliveryNotification
protected  DeliveryNotification OdetteFtpVer14Handler.buildNegativeEndResponse(CommandExchangeBuffer nerp)
           
 

Methods in org.neociclo.odetteftp.protocol.v14 with parameters of type DeliveryNotification
protected  CommandExchangeBuffer OdetteFtpVer14Handler.buildDeliveryNotificationCommand(DeliveryNotification notif)
           
 

Uses of DeliveryNotification in org.neociclo.odetteftp.protocol.v20
 

Subinterfaces of DeliveryNotification in org.neociclo.odetteftp.protocol.v20
 interface SignedDeliveryNotification
           
 

Classes in org.neociclo.odetteftp.protocol.v20 that implement DeliveryNotification
 class DefaultSignedDeliveryNotification
           
 

Methods in org.neociclo.odetteftp.protocol.v20 that return DeliveryNotification
protected  DeliveryNotification OdetteFtpVer20Handler.buildEndToEndResponse(CommandExchangeBuffer eerp)
           
protected  DeliveryNotification OdetteFtpVer20Handler.buildNegativeEndResponse(CommandExchangeBuffer nerp)
           
 

Methods in org.neociclo.odetteftp.protocol.v20 with parameters of type DeliveryNotification
protected  CommandExchangeBuffer OdetteFtpVer20Handler.buildDeliveryNotificationCommand(DeliveryNotification notif)
           
 

Uses of DeliveryNotification in org.neociclo.odetteftp.support
 

Methods in org.neociclo.odetteftp.support with parameters of type DeliveryNotification
 void SharedQueueOftpletListener.onNotificationReceived(DeliveryNotification notif)
           
 void OftpletEventListenerAdapter.onNotificationReceived(DeliveryNotification notif)
           
 void SharedQueueOftpletSpeaker.onNotificationSent(DeliveryNotification notif)
           
 void OftpletEventListenerAdapter.onNotificationSent(DeliveryNotification notif)
           
 

Uses of DeliveryNotification in org.neociclo.odetteftp.util
 

Methods in org.neociclo.odetteftp.util that return DeliveryNotification
static DeliveryNotification OdetteFtpSupport.getReplyDeliveryNotification(VirtualFile incomingVirtualFile)
           
static DeliveryNotification OdetteFtpSupport.getReplyDeliveryNotification(VirtualFile incomingVirtualFile, String creator)
           
static DeliveryNotification OdetteFtpSupport.getReplyDeliveryNotification(VirtualFile incomingVirtualFile, String creator, NegativeResponseReason reason, String negativeReasonText)
           
 



ACCORD