CosTransactions_Control.3erl

Langue: en

Autres versions - même langue

Version: 352823 (ubuntu - 24/10/10)

Section: 3 (Bibliothèques de fonctions)

NAME

CosTransactions_Control - This module implements the OMG CosTransactions::Control interface.

DESCRIPTION

To get access to the record definitions for the structures use: .br -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.