CosTransactions_Control.3erl - Man Page

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) -> Return

Types:

Control = #objref
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' {}

This operation returns the Terminator object associated with the target object. The Terminator supports operations for termination of a transaction.

Info

cosTransactions 5.1 Ericsson AB Erlang Module Definition