Overview | Defines operations to explicitly manage or propagate a transaction. |
File stem | CosTransactions |
Local-only | True |
Exceptions | Unavailable |
Supported operations | Control::get_coordinator |
Control::get_terminator |
Intended Usage
The control interface defines operations to allow a program to explicitly manage or propagate a transaction. An object supporting the Control interface is implicitly associated with one transaction only.
Syntax
interface Control { Terminator get_terminator() raises (Unavailable); Coordinator get_coordinator() raises (Unavailable); };