Class ConnectionDefinitionPropertiesImpl
- java.lang.Object
-
- org.jboss.jca.as.converters.wls.metadata.ConnectionDefinitionPropertiesImpl
-
- All Implemented Interfaces:
Serializable,ConnectionDefinitionProperties,WlsMetadata
public class ConnectionDefinitionPropertiesImpl extends Object implements ConnectionDefinitionProperties
A generic ConnectionDefinitionProperties.- Author:
- Jeff Zhang
- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.jboss.jca.as.converters.wls.api.metadata.ConnectionDefinitionProperties
ConnectionDefinitionProperties.Attribute, ConnectionDefinitionProperties.Tag
-
-
Constructor Summary
Constructors Constructor Description ConnectionDefinitionPropertiesImpl(PoolParams poolParams, Logging logging, TransactionSupport trans, String authMech, Boolean reAuthSupport, ConfigProperties props, String resAuth)constructor
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetAuthenticationMechanism()getAuthenticationMechanismLogginggetLogging()getLoggingPoolParamsgetPoolParams()getPoolParamsConfigPropertiesgetProperties()getPropertiesBooleangetReauthenticationSupport()getReauthenticationSupportStringgetResAuth()getResAuthTransactionSupportgetTransactionSupport()getTransactionSupport
-
-
-
Constructor Detail
-
ConnectionDefinitionPropertiesImpl
public ConnectionDefinitionPropertiesImpl(PoolParams poolParams, Logging logging, TransactionSupport trans, String authMech, Boolean reAuthSupport, ConfigProperties props, String resAuth)
constructor- Parameters:
poolParams- PoolParamslogging- Loggingtrans- TransactionSupportauthMech- authMechreAuthSupport- reAuthSupportprops- ConfigPropertiesresAuth- resAuth
-
-
Method Detail
-
getPoolParams
public PoolParams getPoolParams()
Description copied from interface:ConnectionDefinitionPropertiesgetPoolParams- Specified by:
getPoolParamsin interfaceConnectionDefinitionProperties- Returns:
- the PoolParams
-
getLogging
public Logging getLogging()
Description copied from interface:ConnectionDefinitionPropertiesgetLogging- Specified by:
getLoggingin interfaceConnectionDefinitionProperties- Returns:
- the Logging
-
getTransactionSupport
public TransactionSupport getTransactionSupport()
Description copied from interface:ConnectionDefinitionPropertiesgetTransactionSupport- Specified by:
getTransactionSupportin interfaceConnectionDefinitionProperties- Returns:
- the transactionSupport
-
getAuthenticationMechanism
public String getAuthenticationMechanism()
Description copied from interface:ConnectionDefinitionPropertiesgetAuthenticationMechanism- Specified by:
getAuthenticationMechanismin interfaceConnectionDefinitionProperties- Returns:
- the AuthenticationMechanism
-
getReauthenticationSupport
public Boolean getReauthenticationSupport()
Description copied from interface:ConnectionDefinitionPropertiesgetReauthenticationSupport- Specified by:
getReauthenticationSupportin interfaceConnectionDefinitionProperties- Returns:
- bool ReauthenticationSupport
-
getProperties
public ConfigProperties getProperties()
Description copied from interface:ConnectionDefinitionPropertiesgetProperties- Specified by:
getPropertiesin interfaceConnectionDefinitionProperties- Returns:
- the ConfigProperties
-
getResAuth
public String getResAuth()
Description copied from interface:ConnectionDefinitionPropertiesgetResAuth- Specified by:
getResAuthin interfaceConnectionDefinitionProperties- Returns:
- the ResAuth
-
-