Interface JdbcResourceTransactionAccess
-
- All Known Subinterfaces:
JdbcCoordinator
- All Known Implementing Classes:
JdbcCoordinatorImpl
public interface JdbcResourceTransactionAccessProvides access toJdbcResourceTransaction(JDBC transaction stand-in) for use in building resource-localTransactionCoordinatorinstances.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description JdbcResourceTransactiongetResourceLocalTransaction()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.
-
-
-
Method Detail
-
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
-
-