public final class TransactionSupport extends Object
XA_TRANSACTION
.Modifier and Type | Field and Description |
---|---|
static TransactionSupport |
LOCAL_TRANSACTION
Indicates support of container-managed transactions.
|
static TransactionSupport |
NO_TRANSACTION
Indicates lack of transaction support.
|
static TransactionSupport |
XA_TRANSACTION
Indicates support of distributed transactions using XA protocol.
|
public static final TransactionSupport NO_TRANSACTION
public static final TransactionSupport LOCAL_TRANSACTION
public static final TransactionSupport XA_TRANSACTION
Copyright © 2004-2013 Codehaus. All Rights Reserved.