Interface JdbcResourceTransactionAccess
-
- All Known Subinterfaces:
JdbcCoordinator
- All Known Implementing Classes:
JdbcCoordinatorImpl
public interface JdbcResourceTransactionAccess
Provides access toJdbcResourceTransaction
(JDBC transaction stand-in) for use in building resource-localTransactionCoordinator
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 theTransactionCoordinator
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 theTransactionCoordinator
to manage transactions against the data store when not using JTA.- Returns:
- The resource-local transaction
-
-