public abstract class AbstractTransactionBatch extends Object implements TransactionBatch
TransactionBatch that associates and exposes the underlying transaction.| Modifier | Constructor and Description |
|---|---|
protected |
AbstractTransactionBatch(Transaction tx) |
| Modifier and Type | Method and Description |
|---|---|
Transaction |
getTransaction()
Returns the transaction associated with this batch
|
boolean |
isActive() |
protected AbstractTransactionBatch(Transaction tx)
public Transaction getTransaction()
TransactionBatchgetTransaction in interface TransactionBatchCopyright © 2015 JBoss by Red Hat. All rights reserved.