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

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

public interface XaDataSource
extends XaDataSource

An XaDataSource.

Author:
Jesper Pedersen

Nested Class Summary
static class XaDataSource.Attribute
          A Attribute.
static class XaDataSource.Tag
          A Tag.
 
Method Summary
 DsXaPool getXaPool()
          Get the xaPool.
 
Methods inherited from interface org.jboss.jca.common.api.metadata.ds.XaDataSource
getNewConnectionSql, getRecovery, getStatement, getUrlDelimiter, getUrlSelectorStrategyClassName, getXaDataSourceClass, getXaDataSourceProperty
 
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

getXaPool

DsXaPool getXaPool()
Get the xaPool.

Specified by:
getXaPool in interface XaDataSource
Returns:
the xaPool.


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