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