org.jboss.jca.as.converters
Interface DataSources

All Known Implementing Classes:
DatasourcesImpl

public interface DataSources

DataSources

Version:
$Revision: $
Author:
Jeff Zhang

Nested Class Summary
static class DataSources.Tag
          A Tag.
 
Method Summary
 List<LocalTxDataSource> getLocalTxDataSource()
          Get the local tx datasource.
 List<NoTxDataSource> getNoTxDataSource()
          Get the No Tx datasource.
 List<XaDataSource> getXaDataSource()
          Get the xaDataSource.
 

Method Detail

getLocalTxDataSource

List<LocalTxDataSource> getLocalTxDataSource()
Get the local tx datasource.

Returns:
the local tx datasource.

getNoTxDataSource

List<NoTxDataSource> getNoTxDataSource()
Get the No Tx datasource.

Returns:
the NoTx datasource.

getXaDataSource

List<XaDataSource> getXaDataSource()
Get the xaDataSource.

Returns:
the xaDataSource.


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