Interface TransactionBatch
-
- All Superinterfaces:
AutoCloseable,Batch
- All Known Implementing Classes:
TransactionalBatch
public interface TransactionBatch extends Batch
- Author:
- Paul Ferraro
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.wildfly.clustering.ee.Batch
Batch.State
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description javax.transaction.TransactiongetTransaction()Returns the transaction associated with this batchTransactionBatchinterpose()Returns an interposed batch.
-
-
-
Method Detail
-
getTransaction
javax.transaction.Transaction getTransaction()
Returns the transaction associated with this batch- Returns:
- a transaction
-
interpose
TransactionBatch interpose()
Returns an interposed batch.
-
-