CosTransactions_SubtransactionAwareResource
Functions
commit_subtransaction(OE_THIS, Parent) -> term()
commit_subtransaction(OE_THIS, OE_Options, Parent) -> term()
rollback_subtransaction(OE_THIS) -> term()
rollback_subtransaction(OE_THIS, OE_Options) -> term()
prepare(OE_THIS) -> term()
prepare(OE_THIS, OE_Options) -> term()
rollback(OE_THIS) -> term()
rollback(OE_THIS, OE_Options) -> term()
commit(OE_THIS) -> term()
commit(OE_THIS, OE_Options) -> term()
commit_one_phase(OE_THIS) -> term()
commit_one_phase(OE_THIS, OE_Options) -> term()
forget(OE_THIS) -> term()
forget(OE_THIS, OE_Options) -> term()
oe_is_a(X1) -> term()
oe_tc(X1) -> term()
oe_get_interface() -> term()
typeID() -> term()
oe_create() -> term()
oe_create_link() -> term()
oe_create(Env) -> term()
oe_create_link(Env) -> term()
oe_create(Env, RegName) -> term()
oe_create_link(Env, RegName) -> term()
init(Env) -> term()
terminate(Reason, State) -> term()
handle_call(X1, X2, OE_State) -> term()
handle_cast(X1, State) -> term()
handle_info(X1, State) -> term()
code_change(OldVsn, State, Extra) -> term()
View Functions
- commit_subtransaction/2
- commit_subtransaction/3
- rollback_subtransaction/1
- rollback_subtransaction/2
- prepare/1
- prepare/2
- rollback/1
- rollback/2
- commit/1
- commit/2
- commit_one_phase/1
- commit_one_phase/2
- forget/1
- forget/2
- oe_is_a/1
- oe_tc/1
- oe_get_interface/0
- typeID/0
- oe_create/0
- oe_create_link/0
- oe_create/1
- oe_create_link/1
- oe_create/2
- oe_create_link/2
- init/1
- terminate/2
- handle_call/3
- handle_cast/2
- handle_info/2
- code_change/3