CosTransactions_Control
(cosTransactions)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").
Functions
get_coordinator(Control) -> Return
Control = #objrefReturn = Coordinator | {'EXCEPTION', E}Coordinator = #objrefE = #'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
Control = #objrefReturn = Terminator | {'EXCEPTION', E}Terminator = #objrefE = #'CosTransactions_Unavailable' {}
This operation returns the Terminator object associated with the target object. The Terminator supports operations for termination of a transaction.