CosTransactions::Terminator Interface

Overview Defines operations to complete a transaction, either by requesting commitment or demanding rollback.
File stem CosTransactions
Exceptions HeuristicHazard
HeuristicMixed
Supported operations Terminator::commit
Terminator::rollback


Intended Usage

Defines operations to complete a transaction, either by requesting commitment or demanding rollback. Typically, these operations are used by the transaction originator. An object that supports the Terminator interface is implicitly associated with one transaction only.

Syntax

  interface Terminator
  {
      void commit(in boolean report_heuristics)
          raises(HeuristicMixed,
          HeuristicHazard);
      void rollback();
  };

Related reference
Terminator::commit
Terminator::rollback



Searchable topic ID:   rcor_ctstei
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_ctstei.html

Library | Support | Terms of Use | Feedback