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(java.lang.String v)
fromValue
|
TransactionSupport |
ConnectionDefinitionProperties.getTransactionSupport()
getTransactionSupport
|
static TransactionSupport |
TransactionSupport.valueOf(java.lang.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,
java.lang.String authMech,
java.lang.Boolean reAuthSupport,
ConfigProperties props,
java.lang.String resAuth)
constructor
|
Copyright © 2014 IronJacamar (http://www.ironjacamar.org)