Coordinator::rollback_only

Overview Modifies the transaction associated with the target object so that it cannot be committed, but only rolled back.
Original interface CosTransactions::Coordinator Interface
Exceptions Inactive


Intended Usage

Modifies the transaction associated with the target object so that it cannot be committed, but only rolled back. If the transaction is completing, the Inactive exception is raised.

Syntax

  void rollback_only()
      raises (Inactive);

Input parameters

None.

Return values

None.

Examples

The following example demonstrates the usage of CosTransactions::Coordinator::rollback_only.

C++ Example

  CosTransactions::Coordinator *coord;
  coord->rollback_only();
 

Related reference
CosTransactions in the transaction service



Searchable topic ID:   rcor_ctsc13
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_ctsc13.html

Library | Support | Terms of Use | Feedback