DocBook|Search
Class Reference
%Net.FtpCallback
   
Server:basexml
Instance:SOAXML
User:UnknownUser
 
-
  [BASEXML] >  [%Net] >  [FtpCallback]
Private  Storage  

class %Net.FtpCallback extends %RegisteredObject

Sub class this and implement the code to handle callbacks generated when we send or receive data. This can be used to give the user an indication it is still working on a large transfer, or abort the transfer. This class is used with %Net.FtpSession only.

Inventory

Parameters Properties Methods Queries Indices ForeignKeys Triggers
2


Summary

Methods
%%OIDGet %AddToSaveSet %ClassIsLatestVersion %ClassName
%ConstructClone %DispatchClassMethod %DispatchGetModified %DispatchGetProperty
%DispatchMethod %DispatchSetModified %DispatchSetMultidimProperty %DispatchSetProperty
%Extends %GetParameter %IsA %IsModified
%New %NormalizeObject %ObjectModified %OriginalNamespace
%PackageName %RemoveFromSaveSet %SerializeObject %SetModified
%ValidateObject RetrieveCallback StoreCallback


Methods

• abstract method RetrieveCallback(Command As %String)
Subclass this and add any code that you want called at regular intervals when receiving data from the Ftp server.
• abstract method StoreCallback(Command As %String)
Subclass this and add any code that you want called at regular intervals when sending data to the Ftp server.