Package com.ibm.jbatch.tck.tests.ee
Class TransactionTests
- java.lang.Object
-
- com.ibm.jbatch.tck.tests.ee.TransactionTests
-
public class TransactionTests extends Object
-
-
Constructor Summary
Constructors Constructor Description TransactionTests()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static voidcleanup()static voidsetup(String[] args, Properties props)static voidsetUp()voidtestGlobalTranForcedExceptionCheckpointRestart()voidtestGlobalTranForcedExceptionWithRollback()voidtestGlobalTranLongDelayMixOfLongTimeoutStepsAndShortTimeoutSteps()voidtestGlobalTranLongDelayMixOfLongTimeoutStepsAndShortTimeoutStepsCustomCheckpointAlgorithm()voidtestGlobalTranNoDelayLongTimeout()voidtestGlobalTranNoExceptions()voidtestTranRollbackRetryProcessSkipProcess()voidtestTranRollbackRetryReadSkipRead()voidtestTranRollbackRetryWriteSkipWrite()
-
-
-
Method Detail
-
setup
public static void setup(String[] args, Properties props) throws Exception
- Throws:
Exception
-
testTranRollbackRetryReadSkipRead
public void testTranRollbackRetryReadSkipRead() throws Exception- Throws:
Exception
-
testTranRollbackRetryProcessSkipProcess
public void testTranRollbackRetryProcessSkipProcess() throws Exception- Throws:
Exception
-
testTranRollbackRetryWriteSkipWrite
public void testTranRollbackRetryWriteSkipWrite() throws Exception- Throws:
Exception
-
testGlobalTranNoExceptions
public void testGlobalTranNoExceptions() throws Exception- Throws:
Exception
-
testGlobalTranForcedExceptionWithRollback
public void testGlobalTranForcedExceptionWithRollback() throws Exception- Throws:
Exception
-
testGlobalTranForcedExceptionCheckpointRestart
public void testGlobalTranForcedExceptionCheckpointRestart() throws Exception- Throws:
Exception
-
testGlobalTranNoDelayLongTimeout
public void testGlobalTranNoDelayLongTimeout() throws Exception- Throws:
Exception
-
testGlobalTranLongDelayMixOfLongTimeoutStepsAndShortTimeoutSteps
public void testGlobalTranLongDelayMixOfLongTimeoutStepsAndShortTimeoutSteps() throws Exception- Throws:
Exception
-
-