org.teiid.test.framework.transaction
Class TxnAutoTransaction

java.lang.Object
  extended by org.teiid.test.framework.TransactionContainer
      extended by org.teiid.test.framework.transaction.TxnAutoTransaction

public class TxnAutoTransaction
extends TransactionContainer

This transction is only valid when AutoCommit = ON txnAutoWrap = Optimistic.


Constructor Summary
TxnAutoTransaction()
           
TxnAutoTransaction(java.lang.String autocommittxn)
           
 
Method Summary
 void after(TransactionQueryTestCase test)
           
 void before(TransactionQueryTestCase test)
           
 
Methods inherited from class org.teiid.test.framework.TransactionContainer
debug, detail, done, runTest, runTransaction
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TxnAutoTransaction

public TxnAutoTransaction()

TxnAutoTransaction

public TxnAutoTransaction(java.lang.String autocommittxn)
Method Detail

before

public void before(TransactionQueryTestCase test)
Overrides:
before in class TransactionContainer

after

public void after(TransactionQueryTestCase test)
Overrides:
after in class TransactionContainer


Copyright © 2010. All Rights Reserved.