1CosTransactions_TransactionFEarcltaonrgy(M3o)dule DCeofsiTnriatnisoanctions_TransactionFactory(3)
2
3
4
6 CosTransactions_TransactionFactory - This module implements the OMG
7 CosTransactions::TransactionFactory interface.
8
10 To get access to the record definitions for the structures use:
11 -include_lib("cosTransactions/include/CosTransactions.hrl").
12
14 create(TransactionFactory, Timeout) -> Control
15
16 Types:
17
18 TransactionFactory = #objref
19 Timeout = integer()
20 Control = #objref
21
22 This operation creates a new top-level transaction.
23
24 The Timeout argument can be:
25
26 * 0 - no timeout.
27
28 * N (integer() > 0) - the transaction will be subject to being
29 rolled back if it does not complete before N seconds have
30 elapsed.
31
32Ericsson AB cosTransactioCnossT5r.a0n.s2actions_TransactionFactory(3)