table of contents
other versions
- stretch 1:19.2.1+dfsg-2+deb9u2
CosTransactions_TransactionFactory(3erl) | Erlang Module Definition | CosTransactions_TransactionFactory(3erl) |
NAME¶
CosTransactions_TransactionFactory - This module implements the OMG CosTransactions::TransactionFactory interface.DESCRIPTION¶
To get access to the record definitions for the structures use:-include_lib("cosTransactions/include/CosTransactions.hrl").
EXPORTS¶
create(TransactionFactory, Timeout) -> ControlTypes:
TransactionFactory = #objref
Timeout = integer()
Control = #objref
Timeout = integer()
Control = #objref
This operation creates a new top-level transaction.
The Timeout argument can be:
- *
- 0 - no timeout.
- *
- N (integer() > 0) - the transaction will be subject to being rolled back if it does not complete before N seconds have elapsed.
cosTransactions 1.3.2 | Ericsson AB |