table of contents
other versions
- jessie 1:17.3-dfsg-4+deb8u2
- jessie-backports 1:19.2.1+dfsg-2+deb9u1~bpo8+1
- stretch 1:19.2.1+dfsg-2+deb9u2
CosFileTransfer_File(3erl) | Erlang Module Definition | CosFileTransfer_File(3erl) |
NAME¶
CosFileTransfer_File - This module implements the OMG CosFileTransfer::File interface.DESCRIPTION¶
To get access to the record definitions for the structures use:- *
- CosPropertyService_PropertySetDef in the cosProperty application.
EXPORTS¶
'_get_name'(File) -> string()
Types:
File = #objref
This read only attribute represents the target object's associated name.
'_get_complete_file_name'(File) -> string()
Types:
File = #objref
This read only attribute represents the target object's associated absolute
name.
'_get_parent'(File) -> Directory
Types:
File = Directory = #objref
This read only attribute represents the target object's container. In some cases
a NIL object will be returned.
'_get_associated_session'(File) -> FileTransferSession
Types:
File = FileTransferSession = #objref
This read only attribute represents the target object's associated
FileTransferSession.
cosFileTransfer 1.1.16 | Ericsson AB |