public class ContainerManagedTxnHandlerImpl extends DefaultJTATxnHandlerImpl
| Constructor and Description |
|---|
ContainerManagedTxnHandlerImpl() |
| Modifier and Type | Method and Description |
|---|---|
void |
afterBegin() |
void |
afterCompletion(boolean committed) |
void |
beforeCompletion() |
void |
doRegister() |
void |
resume() |
void |
suspend() |
beginActivation, beginPassivation, commit, disconnect, endActivation, endPassivation, getDBTransaction, handleCommit, handleRollback, postChanges, registerSynchronization, rollback, validatebegin, end, handleClose, handleOpenclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitbegin, handleClose, handleOpenpublic void doRegister()
doRegister in class DefaultJTATxnHandlerImplpublic void afterBegin()
throws JboException
JboExceptionpublic void beforeCompletion()
throws JboException
JboExceptionpublic void afterCompletion(boolean committed)
throws JboException
JboExceptionpublic void suspend()
suspend in interface TransactionHandlersuspend in class DefaultTxnHandlerImplpublic void resume()
resume in interface TransactionHandlerresume in class DefaultTxnHandlerImpl