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

NAME

6       CosTransactions_Control  -  This  module implements the OMG CosTransac‐
7       tions::Control interface.
8

DESCRIPTION

10       To get access to the record definitions for the structures use:
11       -include_lib("cosTransactions/include/CosTransactions.hrl").
12

EXPORTS

14       get_coordinator(Control) -> Return
15
16              Types:
17
18                 Control = #objref
19                 Return = Coordinator | {'EXCEPTION', E}
20                 Coordinator = #objref
21                 E = #'CosTransactions_Unavailable' {}
22
23              This operation returns the Coordinator  object  associated  with
24              the  target object. The Coordinator supports operations for ter‐
25              mination of a transaction.
26
27       get_terminator(Control) -> Return
28
29              Types:
30
31                 Control = #objref
32                 Return = Terminator | {'EXCEPTION', E}
33                 Terminator = #objref
34                 E = #'CosTransactions_Unavailable' {}
35
36              This operation returns the Terminator object associated with the
37              target  object.  The Terminator supports operations for termina‐
38              tion of a transaction.
39
40
41
42Ericsson AB                  cosTransactions 4.5.2  CosTransactions_Control(3)
Impressum