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