Interface TransactionContext

All Superinterfaces:
TransactionalTaskContext

public interface TransactionContext
extends TransactionalTaskContext
Provides a context to perform transactional operations: beginning/committing transactions, but also retrieving transactional data-structures like the TransactionalMap. Any method accessed through TransactionContext interface can throw TransactionException if transaction is no longer valid and rolled back.