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()
ConnectionDefinitionProperties
getPoolParams
in interface ConnectionDefinitionProperties
public Logging getLogging()
ConnectionDefinitionProperties
getLogging
in interface ConnectionDefinitionProperties
public TransactionSupport getTransactionSupport()
ConnectionDefinitionProperties
getTransactionSupport
in interface ConnectionDefinitionProperties
public java.lang.String getAuthenticationMechanism()
ConnectionDefinitionProperties
getAuthenticationMechanism
in interface ConnectionDefinitionProperties
public java.lang.Boolean getReauthenticationSupport()
ConnectionDefinitionProperties
getReauthenticationSupport
in interface ConnectionDefinitionProperties
public ConfigProperties getProperties()
ConnectionDefinitionProperties
getProperties
in interface ConnectionDefinitionProperties
public java.lang.String getResAuth()
ConnectionDefinitionProperties
getResAuth
in interface ConnectionDefinitionProperties
Copyright © 2014 IronJacamar (http://www.ironjacamar.org)