| Package | Description |
|---|---|
| org.jboss.jca.embedded.dsl.resourceadapters10.api |
Provides the interfaces and enumeration types as defined in the schema
|
| Modifier and Type | Method and Description |
|---|---|
static TransactionSupportType |
TransactionSupportType.getFromStringValue(String value) |
TransactionSupportType |
ResourceAdapterType.getTransactionSupport()
Returns the
transaction-support element |
static TransactionSupportType |
TransactionSupportType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TransactionSupportType[] |
TransactionSupportType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
ResourceAdapterType<T> |
ResourceAdapterType.transactionSupport(TransactionSupportType transactionSupport)
Sets the
transaction-support element |
Copyright © 2012 JBoss, by Red Hat (http://www.jboss.org/ironjacamar)