com.softwareag.tamino.db.api.connection
Interface TGlobalTransaction

All Superinterfaces:
TTransaction
All Known Implementing Classes:
TGlobalTransactionMode

public interface TGlobalTransaction
extends TTransaction

TGlobalTransaction represents a global (2PC) transaction.

Version:
$Revision: 1.3 $
Author:
Stefan Liebig

Method Summary
 void enlist(TGlobalTransactionSpecifier globalTransactionSpecifier)
          Enlist the global transaction with the given specifier.
 
Methods inherited from interface com.softwareag.tamino.db.api.connection.TTransaction
getLocale, setLocale
 

Method Detail

enlist

void enlist(TGlobalTransactionSpecifier globalTransactionSpecifier)
            throws TTransactionException
Enlist the global transaction with the given specifier.

Parameters:
globalTransactionSpecifier - the global transaction specifier. Should be originated by a transaction controller.
Throws:
TTransactionException - signals an error while attempting the enlist operation.


Copyright (c) 2013 Software AG. All Rights Reserved.