|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use TransactionSupportType.Enum | |
org.apache.geronimo.xbeans.j2ee | |
org.apache.geronimo.xbeans.j2ee.impl |
Uses of TransactionSupportType.Enum in org.apache.geronimo.xbeans.j2ee |
Fields in org.apache.geronimo.xbeans.j2ee declared as TransactionSupportType.Enum | |
static TransactionSupportType.Enum |
TransactionSupportType.NO_TRANSACTION
|
static TransactionSupportType.Enum |
TransactionSupportType.LOCAL_TRANSACTION
|
static TransactionSupportType.Enum |
TransactionSupportType.XA_TRANSACTION
|
Methods in org.apache.geronimo.xbeans.j2ee that return TransactionSupportType.Enum | |
static TransactionSupportType.Enum |
TransactionSupportType.Enum.forString(String s)
Returns the enum value for a string, or null if none. |
static TransactionSupportType.Enum |
TransactionSupportType.Enum.forInt(int i)
Returns the enum value corresponding to an int, or null if none. |
TransactionSupportType.Enum |
OutboundResourceadapterType.getTransactionSupport()
Gets the "transaction-support" element |
Methods in org.apache.geronimo.xbeans.j2ee with parameters of type TransactionSupportType.Enum | |
void |
OutboundResourceadapterType.setTransactionSupport(TransactionSupportType.Enum transactionSupport)
Sets the "transaction-support" element |
Uses of TransactionSupportType.Enum in org.apache.geronimo.xbeans.j2ee.impl |
Methods in org.apache.geronimo.xbeans.j2ee.impl that return TransactionSupportType.Enum | |
TransactionSupportType.Enum |
OutboundResourceadapterTypeImpl.getTransactionSupport()
Gets the "transaction-support" element |
Methods in org.apache.geronimo.xbeans.j2ee.impl with parameters of type TransactionSupportType.Enum | |
void |
OutboundResourceadapterTypeImpl.setTransactionSupport(TransactionSupportType.Enum transactionSupport)
Sets the "transaction-support" element |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |