1CosFileTransfer_File(3)    Erlang Module Definition    CosFileTransfer_File(3)
2
3
4

NAME

6       CosFileTransfer_File  -  This  module  implements the OMG CosFileTrans‐
7       fer::File interface.
8

DESCRIPTION

10       To get access to the record definitions for the structures use:
11       -include_lib("cosFileTransfer/include/*.hrl").
12
13       This module also exports the functions described in:
14
15         * CosPropertyService_PropertySetDef in the cosProperty application.
16

EXPORTS

18       '_get_name'(File) -> string()
19
20              Types:
21
22                 File = #objref
23
24              This read only attribute represents the target object's  associ‐
25              ated name.
26
27       '_get_complete_file_name'(File) -> string()
28
29              Types:
30
31                 File = #objref
32
33              This  read only attribute represents the target object's associ‐
34              ated absolute name.
35
36       '_get_parent'(File) -> Directory
37
38              Types:
39
40                 File = Directory = #objref
41
42              This read only attribute represents  the  target  object's  con‐
43              tainer. In some cases a NIL object will be returned.
44
45       '_get_associated_session'(File) -> FileTransferSession
46
47              Types:
48
49                 File = FileTransferSession = #objref
50
51              This  read only attribute represents the target object's associ‐
52              ated FileTransferSession.
53
54
55
56Ericsson AB                   cosFileTransfer 5.1      CosFileTransfer_File(3)
Impressum