| Package | Description |
|---|---|
| org.jboss.jca.as.converters.wls.api.metadata |
This package contains the weblogic metatdata.
|
| org.jboss.jca.as.converters.wls.metadata |
This package contains the weblogic metatdata.
|
| Modifier and Type | Method and Description |
|---|---|
static TransactionSupport |
TransactionSupport.fromValue(String v)
fromValue
|
TransactionSupport |
ConnectionDefinitionProperties.getTransactionSupport()
getTransactionSupport
|
static TransactionSupport |
TransactionSupport.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TransactionSupport[] |
TransactionSupport.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
TransactionSupport |
ConnectionDefinitionPropertiesImpl.getTransactionSupport() |
| Constructor and Description |
|---|
ConnectionDefinitionPropertiesImpl(PoolParams poolParams,
Logging logging,
TransactionSupport trans,
String authMech,
Boolean reAuthSupport,
ConfigProperties props,
String resAuth)
constructor
|
Copyright © 2014 IronJacamar (http://www.ironjacamar.org)