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:
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.jboss.jca.as.converters.wls.api.metadata.ConnectionDefinitionProperties
ConnectionDefinitionProperties.Attribute, ConnectionDefinitionProperties.Tag -
Constructor Summary
ConstructorsConstructorDescriptionConnectionDefinitionPropertiesImpl(PoolParams poolParams, Logging logging, TransactionSupport trans, String authMech, Boolean reAuthSupport, ConfigProperties props, String resAuth) constructor -
Method Summary
Modifier and TypeMethodDescriptiongetAuthenticationMechanismgetLogginggetPoolParamsgetPropertiesgetReauthenticationSupportgetResAuthgetTransactionSupport
-
Constructor Details
-
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 Details
-
getPoolParams
Description copied from interface:ConnectionDefinitionPropertiesgetPoolParams- Specified by:
getPoolParamsin interfaceConnectionDefinitionProperties- Returns:
- the PoolParams
-
getLogging
Description copied from interface:ConnectionDefinitionPropertiesgetLogging- Specified by:
getLoggingin interfaceConnectionDefinitionProperties- Returns:
- the Logging
-
getTransactionSupport
Description copied from interface:ConnectionDefinitionPropertiesgetTransactionSupport- Specified by:
getTransactionSupportin interfaceConnectionDefinitionProperties- Returns:
- the transactionSupport
-
getAuthenticationMechanism
Description copied from interface:ConnectionDefinitionPropertiesgetAuthenticationMechanism- Specified by:
getAuthenticationMechanismin interfaceConnectionDefinitionProperties- Returns:
- the AuthenticationMechanism
-
getReauthenticationSupport
Description copied from interface:ConnectionDefinitionPropertiesgetReauthenticationSupport- Specified by:
getReauthenticationSupportin interfaceConnectionDefinitionProperties- Returns:
- bool ReauthenticationSupport
-
getProperties
Description copied from interface:ConnectionDefinitionPropertiesgetProperties- Specified by:
getPropertiesin interfaceConnectionDefinitionProperties- Returns:
- the ConfigProperties
-
getResAuth
Description copied from interface:ConnectionDefinitionPropertiesgetResAuth- Specified by:
getResAuthin interfaceConnectionDefinitionProperties- Returns:
- the ResAuth
-