public interface CompensableManager
extends org.bytesoft.transaction.TransactionManager
| 限定符和类型 | 方法和说明 |
|---|---|
void |
compensableBegin() |
void |
compensableCommit() |
void |
compensableRollback() |
CompensableTransaction |
getCompensableTransaction(Thread thread) |
CompensableTransaction |
getCompensableTransactionQuietly() |
associateThread, desociateThread, getTimeoutSeconds, getTransaction, getTransaction, getTransactionQuietly, setRollbackOnlyQuietly, setTimeoutSeconds, suspendbegin, commit, getStatus, resume, rollback, setRollbackOnly, setTransactionTimeoutCompensableTransaction getCompensableTransaction(Thread thread)
CompensableTransaction getCompensableTransactionQuietly()
void compensableBegin()
throws NotSupportedException,
SystemException
void compensableCommit()
throws RollbackException,
HeuristicMixedException,
HeuristicRollbackException,
SecurityException,
IllegalStateException,
SystemException
void compensableRollback()
throws IllegalStateException,
SecurityException,
SystemException
Copyright © 2018. All rights reserved.