public interface DataSource extends ConnectionFactory
Modifier and Type | Interface and Description |
---|---|
static class |
DataSource.Tag
A Tag.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getCheckValidConnectionSql()
Get the checkValidConnectionSql.
|
org.jboss.jca.common.api.metadata.common.Extension |
getExceptionSorter()
Get the exceptionSorter
|
java.lang.String |
getNewConnectionSql()
Get the newConnectionSql.
|
java.lang.String |
getPassword()
Get the password.
|
java.lang.Long |
getPreparedStatementsCacheSize()
Get the preparedStatementsCacheSize.
|
java.lang.Long |
getQueryTimeout()
Get the queryTimeout.
|
org.jboss.jca.common.api.metadata.common.Extension |
getStaleConnectionChecker()
Get the staleConnectionChecker
|
org.jboss.jca.common.api.metadata.ds.Statement.TrackStatementsEnum |
getTrackStatements()
Get the trackStatements.
|
java.lang.String |
getUrlDelimiter()
Get the urlDelimiter.
|
java.lang.String |
getUrlSelectorStrategyClassName()
Get the urlSelectorStrategyClassName.
|
java.lang.String |
getUserName()
Get the userName.
|
java.lang.Long |
getUseTryLock()
Get the useTryLock.
|
org.jboss.jca.common.api.metadata.common.Extension |
getValidConnectionChecker()
Get the validConnectionChecker
|
java.lang.Boolean |
isSetTxQueryTimeout()
Get the setTxQuertTimeout.
|
java.lang.Boolean |
isSharePreparedStatements()
Get the sharePreparedStatements.
|
java.lang.Boolean |
isUseJavaContext()
Get the useJavaContext.
|
java.lang.Boolean |
isValidateOnMatch()
Get the validateOnMatch.
|
getAllocationRetry, getAllocationRetryWaitMillis, getBackgroundValidationMillis, getBlockingTimeoutMillis, getIdleTimeoutMinutes, getJndiName, getMaxPoolSize, getMinPoolSize, getSecurityDomain, isBackgroundValidation, isPrefill, isUseFastFail
java.lang.Boolean isUseJavaContext()
java.lang.String getUrlDelimiter()
java.lang.String getUrlSelectorStrategyClassName()
java.lang.String getUserName()
java.lang.String getPassword()
java.lang.Boolean isValidateOnMatch()
java.lang.String getNewConnectionSql()
java.lang.String getCheckValidConnectionSql()
org.jboss.jca.common.api.metadata.common.Extension getValidConnectionChecker()
org.jboss.jca.common.api.metadata.common.Extension getExceptionSorter()
org.jboss.jca.common.api.metadata.common.Extension getStaleConnectionChecker()
org.jboss.jca.common.api.metadata.ds.Statement.TrackStatementsEnum getTrackStatements()
java.lang.Long getPreparedStatementsCacheSize()
java.lang.Boolean isSharePreparedStatements()
java.lang.Boolean isSetTxQueryTimeout()
java.lang.Long getQueryTimeout()
java.lang.Long getUseTryLock()
Copyright © 2014 IronJacamar (http://www.ironjacamar.org)