org.jboss.jca.as.converters
Interface NoTxDataSource

All Superinterfaces:
ConnectionFactory, DataSource
All Known Subinterfaces:
LocalTxDataSource
All Known Implementing Classes:
LegacyTxDataSourceImpl

public interface NoTxDataSource
extends DataSource

No Tx DataSource

Version:
$Revision: $
Author:
Jeff Zhang

Nested Class Summary
static class NoTxDataSource.Tag
          A Tag.
 
Method Summary
 Map<String,String> getConnectionProperties()
          Get the connectionProperties.
 String getConnectionUrl()
          Get the connectionUrl.
 String getDriverClass()
          Get the driverClass.
 
Methods inherited from interface org.jboss.jca.as.converters.DataSource
getCheckValidConnectionSql, getExceptionSorter, getNewConnectionSql, getPassword, getPreparedStatementsCacheSize, getQueryTimeout, getStaleConnectionChecker, getTrackStatements, getUrlDelimiter, getUrlSelectorStrategyClassName, getUserName, getUseTryLock, getValidConnectionChecker, isSetTxQueryTimeout, isSharePreparedStatements, isUseJavaContext, isValidateOnMatch
 
Methods inherited from interface org.jboss.jca.as.converters.ConnectionFactory
getAllocationRetry, getAllocationRetryWaitMillis, getBackgroundValidationMillis, getBlockingTimeoutMillis, getIdleTimeoutMinutes, getJndiName, getMaxPoolSize, getMinPoolSize, getSecurityDomain, isBackgroundValidation, isPrefill, isUseFastFail
 

Method Detail

getConnectionUrl

String getConnectionUrl()
Get the connectionUrl.

Returns:
the connectionUrl.

getDriverClass

String getDriverClass()
Get the driverClass.

Returns:
the driverClass.

getConnectionProperties

Map<String,String> getConnectionProperties()
Get the connectionProperties.

Returns:
the connectionProperties.


Copyright © 2011 Red Hat Middleware LLC (http://www.jboss.com/)