Interface JdbcResourceTransactionAccess
-
- All Known Subinterfaces:
JdbcCoordinator
- All Known Implementing Classes:
JdbcCoordinatorImpl
public interface JdbcResourceTransactionAccess
Provides access to DataStoreTransaction (JDBC transaction stand-in) for use in building resource-local TransactionCoordinator instances.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description JdbcResourceTransaction
getResourceLocalTransaction()
Provides access to the resource local transaction of this data store, which is used by the TransactionCoordinator to manage transactions against the data store when not using JTA.
-
-
-
Method Detail
-
getResourceLocalTransaction
JdbcResourceTransaction getResourceLocalTransaction()
Provides access to the resource local transaction of this data store, which is used by the TransactionCoordinator to manage transactions against the data store when not using JTA.- Returns:
- The resource-local transaction
-
-