public interface JdbcSessionOwner
Modifier and Type | Method and Description |
---|---|
void |
afterTransactionBegin()
A after-begin callback from the coordinator to its owner.
|
void |
afterTransactionCompletion(boolean successful,
boolean delayed)
An after-completion callback to the owner.
|
void |
beforeTransactionCompletion()
A before-completion callback to the owner.
|
void |
flushBeforeTransactionCompletion() |
JdbcConnectionAccess |
getJdbcConnectionAccess() |
JdbcSessionContext |
getJdbcSessionContext() |
TransactionCoordinatorBuilder |
getTransactionCoordinatorBuilder()
Obtain the builder for TransactionCoordinator instances
|
TransactionCoordinatorBuilder getTransactionCoordinatorBuilder()
JdbcSessionContext getJdbcSessionContext()
JdbcConnectionAccess getJdbcConnectionAccess()
void afterTransactionBegin()
void beforeTransactionCompletion()
void afterTransactionCompletion(boolean successful, boolean delayed)
successful
- Was the transaction successful?delayed
- Is this a delayed after transaction completion call (aka after a timeout)?void flushBeforeTransactionCompletion()
Copyright © 2001-2017 Red Hat, Inc. All Rights Reserved.