org.jboss.jca.common.api.metadata.ds.v11
Interface DataSource

All Superinterfaces:
CommonDataSource, DataSource, JCAMetadata, Serializable, ValidatableMetadata

public interface DataSource
extends DataSource

A DataSource.

Author:
Jesper Pedersen

Nested Class Summary
static class DataSource.Attribute
          An Attribute.
static class DataSource.Tag
          A Tag.
 
Method Summary
 DsPool getPool()
          Get the pool.
 
Methods inherited from interface org.jboss.jca.common.api.metadata.ds.DataSource
getConnectionProperties, getConnectionUrl, getDataSourceClass, getDriverClass, getNewConnectionSql, getStatement, getUrlDelimiter, getUrlSelectorStrategyClassName, isJTA
 
Methods inherited from interface org.jboss.jca.common.api.metadata.ds.CommonDataSource
getDriver, getJndiName, getPoolName, getSecurity, getTimeOut, getTransactionIsolation, getValidation, isEnabled, isSpy, isUseCcm, isUseJavaContext, setEnabled
 
Methods inherited from interface org.jboss.jca.common.api.metadata.ValidatableMetadata
validate
 

Method Detail

getPool

DsPool getPool()
Get the pool.

Specified by:
getPool in interface DataSource
Returns:
the pool.


Copyright © 2012 JBoss, by Red Hat (http://www.jboss.org/ironjacamar)