CosTransactions:: Control Interface

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);
};

Related reference
Control::get_coordinator
Control::get_terminator



Searchable topic ID:   rcor_ctscti
Last updated: Jun 21, 2007 8:07:48 PM CDT    WebSphere Business Integration Server Foundation, Version 5.0.2
http://publib.boulder.ibm.com/infocenter/wasinfo/index.jsp?topic=/com.ibm.wasee.doc/info/ee/corba/ref/rcor_ctscti.html

Library | Support | Terms of Use | Feedback