Class | Description |
---|---|
JNDITransaction | |
LocalTransaction |
A transaction which is user controlled.
|
OffWrapTransaction |
This transction is only valid when
AutoCommit = ON
txnAutoWrap = OFF
|
OnWrapTransaction |
This transction is only valid when
AutoCommit = ON
txnAutoWrap = ON
|
StandaloneGlobalTransaction | |
TxnAutoTransaction |
This transction is only valid when
AutoCommit = ON
txnAutoWrap = Optimistic.
|
XATransaction |
Copyright © 2018 JBoss by Red Hat. All rights reserved.