Class ThreadLocalTransactionBatch<E extends RuntimeException>

java.lang.Object
org.wildfly.clustering.cache.infinispan.batch.ThreadLocalTransactionBatch<E>
Type Parameters:
E - the exception wrapper type for transaction-related exceptions
All Implemented Interfaces:
AutoCloseable, Batch, SuspendedBatch, TransactionBatch

public class ThreadLocalTransactionBatch<E extends RuntimeException> extends Object implements TransactionBatch
TransactionBatch that associates and exposes the underlying transaction.
Author:
Paul Ferraro