1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80
|
%% Automatically generated. Do not edit.
{srcfile, "application"}.
{appname, "cosFileTransfer"}.
{appvsn, "1.1.2"}.
{module, "cosFileTransferApp"}.
{modulesummary, "The main module of the cosFileTransfer application."}.
{name, "install/0"}.
{fsummary, "Install the cosFileTransfer application"}.
{name, "uninstall/0"}.
{fsummary, "Uninstall the cosFileTransfer application"}.
{name, "start/0"}.
{fsummary, "Start the cosFileTransfer application"}.
{name, "stop/0"}.
{fsummary, "Stop the cosFileTransfer application"}.
{name, "create_VFS/5"}.
{fsummary, "Create a new instance of a Virtual File System"}.
{name, "ssl_server_certfile/0"}.
{fsummary, "Display the path to the target certificate"}.
{name, "ssl_client_certfile/0"}.
{fsummary, "Display the path to the client certificate"}.
{name, "ssl_server_verify/0"}.
{fsummary, "Display the SSL verification type for incoming calls"}.
{name, "ssl_client_verify/0"}.
{fsummary, "Display the SSL verification type for outgoing calls"}.
{name, "ssl_server_depth/0"}.
{fsummary, "Display the SSL verification depth for incoming calls"}.
{name, "ssl_client_depth/0"}.
{fsummary, "Display the SSL verification depth for outgoing calls"}.
{module, "CosFileTransfer_File"}.
{modulesummary, "This module implements the OMG CosFileTransfer::File interface."}.
{name, "'_get_name'/1"}.
{fsummary, "Return the target object's associated name"}.
{name, "'_get_complete_file_name'/1"}.
{fsummary, "Return the target object's associated absolute name."}.
{name, "'_get_parent'/1"}.
{fsummary, "Return the target object's container."}.
{name, "'_get_associated_session'/1"}.
{fsummary, "Return the target object's associated FileTransferSession"}.
{module, "CosFileTransfer_Directory"}.
{modulesummary, "This module implements the OMG CosFileTransfer::Directory interface."}.
{name, "list/2"}.
{fsummary, "Return a list, of length Max or less, containing Object References representing files or directories contained within the target Directory and a FileIterator or a NIL object"}.
{module, "CosFileTransfer_FileIterator"}.
{modulesummary, "This module implements the OMG CosFileTransfer::FileIterator interface."}.
{name, "next_one/1"}.
{fsummary, "Return the next FileWrapper and a boolean which indicate whether the FileWrapper is valid or not."}.
{name, "next_n/2"}.
{fsummary, "Return a list, of length Max or less, containing FileWrappers and a boolean which indicates if more FileWrappers exists"}.
{name, "destroy/1"}.
{fsummary, "Terminate the target object"}.
{module, "CosFileTransfer_VirtualFileSystem"}.
{modulesummary, "This module implements the OMG CosFileTransfer::VirtualFileSystem interface."}.
{name, "'_get_file_system_type'/1"}.
{fsummary, "Return the target object's associated file system"}.
{name, "'_get_supported_content_types'/1"}.
{fsummary, "Return the target object's supported content types."}.
{name, "login/4"}.
{fsummary, "Create a new instance of a FileTransferSession and a Directory"}.
{module, "CosFileTransfer_FileTransferSession"}.
{modulesummary, "This module implements the OMG CosFileTransfer::FileTransferSession interface."}.
{name, "'_get_protocols_supported'/1"}.
{fsummary, "Return the protocols supported by the target object"}.
{name, "set_directory/2"}.
{fsummary, "Change the current working directory of the target object's associated file system"}.
{name, "create_file/2"}.
{fsummary, "Create a File Object representing a file which may or may not exist"}.
{name, "create_directory/2"}.
{fsummary, "Create a new directory in the target objects associated file systems domain"}.
{name, "get_file/2"}.
{fsummary, "Create a FileWrapper which represents a file or directory"}.
{name, "delete/2"}.
{fsummary, "Delete the file or directory, represented by the File object, from the target objects associated file system"}.
{name, "transfer/3"}.
{fsummary, "Copy the file represented by the SourceFile from the target object's file system to a file in the destination FileTransferSession's file system"}.
{name, "append/3"}.
{fsummary, "Append the file represented by the SourceFile from the target object's file system to a file in the destination FileTransferSession's file system"}.
{name, "insert/4"}.
{fsummary, "Insert the SourceFile into the DestinationFile Offset bytes from the start of the file"}.
{name, "logout/1"}.
{fsummary, "Terminate the target object and close the connection to the file system it represents"}.
|