table of contents
other versions
- stretch 1:19.2.1+dfsg-2+deb9u2
CosTransactions_Control(3erl) | Erlang Module Definition | CosTransactions_Control(3erl) |
NAME¶
CosTransactions_Control - This module implements the OMG CosTransactions::Control interface.DESCRIPTION¶
To get access to the record definitions for the structures use:-include_lib("cosTransactions/include/CosTransactions.hrl").
EXPORTS¶
get_coordinator(Control) -> ReturnTypes:
Control = #objref
Return = Coordinator | {'EXCEPTION', E}
Coordinator = #objref
E = #'CosTransactions_Unavailable' {}
Return = Coordinator | {'EXCEPTION', E}
Coordinator = #objref
E = #'CosTransactions_Unavailable' {}
This operation returns the Coordinator object associated with the target object. The Coordinator supports operations for termination of a transaction.
get_terminator(Control) -> Return
Types:
Control = #objref
Return = Terminator | {'EXCEPTION', E}
Terminator = #objref
E = #'CosTransactions_Unavailable' {}
Return = Terminator | {'EXCEPTION', E}
Terminator = #objref
E = #'CosTransactions_Unavailable' {}
This operation returns the Terminator object associated with the target object. The Terminator supports operations for termination of a transaction.
cosTransactions 1.3.2 | Ericsson AB |