CosTransactions_Control
This module implements the OMG CosTransactions::Control interface.
- Provided by: erlang-manpages (Version: 1:18.3-dfsg-1ubuntu3.1)
- Source: erlang
- Report a bug
This module implements the OMG CosTransactions::Control interface.
To get access to the record definitions for the structures use:
-include_lib("cosTransactions/include/CosTransactions.hrl").
get_coordinator(Control) -> Return
Types:
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:
This operation returns the Terminator object associated with the target object. The Terminator supports operations for termination of a transaction.