
public class ConnectionDefinitionPropertiesImpl extends java.lang.Object implements ConnectionDefinitionProperties
ConnectionDefinitionProperties.Attribute, ConnectionDefinitionProperties.Tag| 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
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getAuthenticationMechanism()
getAuthenticationMechanism
|
Logging |
getLogging()
getLogging
|
PoolParams |
getPoolParams()
getPoolParams
|
ConfigProperties |
getProperties()
getProperties
|
java.lang.Boolean |
getReauthenticationSupport()
getReauthenticationSupport
|
java.lang.String |
getResAuth()
getResAuth
|
TransactionSupport |
getTransactionSupport()
getTransactionSupport
|
public ConnectionDefinitionPropertiesImpl(PoolParams poolParams, Logging logging, TransactionSupport trans, java.lang.String authMech, java.lang.Boolean reAuthSupport, ConfigProperties props, java.lang.String resAuth)
poolParams - PoolParamslogging - Loggingtrans - TransactionSupportauthMech - authMechreAuthSupport - reAuthSupportprops - ConfigPropertiesresAuth - resAuthpublic PoolParams getPoolParams()
ConnectionDefinitionPropertiesgetPoolParams in interface ConnectionDefinitionPropertiespublic Logging getLogging()
ConnectionDefinitionPropertiesgetLogging in interface ConnectionDefinitionPropertiespublic TransactionSupport getTransactionSupport()
ConnectionDefinitionPropertiesgetTransactionSupport in interface ConnectionDefinitionPropertiespublic java.lang.String getAuthenticationMechanism()
ConnectionDefinitionPropertiesgetAuthenticationMechanism in interface ConnectionDefinitionPropertiespublic java.lang.Boolean getReauthenticationSupport()
ConnectionDefinitionPropertiesgetReauthenticationSupport in interface ConnectionDefinitionPropertiespublic ConfigProperties getProperties()
ConnectionDefinitionPropertiesgetProperties in interface ConnectionDefinitionPropertiespublic java.lang.String getResAuth()
ConnectionDefinitionPropertiesgetResAuth in interface ConnectionDefinitionPropertiesCopyright © 2014 IronJacamar (http://www.ironjacamar.org)