public static interface TransactionCoordinator.TransactionDriver
Modifier and Type | Method and Description |
---|---|
void |
begin()
Begin the physical transaction
|
void |
commit()
Commit the physical transaction
|
TransactionStatus |
getStatus() |
default boolean |
isActive(boolean isMarkedRollbackConsideredActive) |
void |
markRollbackOnly() |
void |
rollback()
Rollback the physical transaction
|
void begin()
void commit()
void rollback()
TransactionStatus getStatus()
void markRollbackOnly()
default boolean isActive(boolean isMarkedRollbackConsideredActive)
Copyright © 2001-2021 Red Hat, Inc. All Rights Reserved.