org.teiid.test.framework
Class TransactionContainer

java.lang.Object
  extended by org.teiid.test.framework.TransactionContainer
Direct Known Subclasses:
JNDITransaction, LocalTransaction, OffWrapTransaction, OnWrapTransaction, StandaloneGlobalTransaction, TxnAutoTransaction, XATransaction

public abstract class TransactionContainer
extends java.lang.Object


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

Constructor Detail

TransactionContainer

protected TransactionContainer()
Method Detail

before

protected void before(TransactionQueryTestCase test)

after

protected void after(TransactionQueryTestCase test)

runTransaction

public void runTransaction(TransactionQueryTestCase test)

runTest

protected void runTest(TransactionQueryTestCase test)

debug

protected void debug(java.lang.String message)

detail

protected void detail(java.lang.String message)

done

protected boolean done()


Copyright © 2011. All Rights Reserved.