org.jboss.jca.common.api.metadata.ds
Interface DataSources

All Superinterfaces:
JCAMetadata, Serializable

public interface DataSources
extends JCAMetadata

A DataSources.

Author:
Stefano Maestri

Nested Class Summary
static class DataSources.Tag
          A Tag.
 
Method Summary
 List<DataSource> getDataSource()
          Get the datasource.
 List<XaDataSource> getXaDataSource()
          Get the xaDataSource.
 

Method Detail

getDataSource

List<DataSource> getDataSource()
Get the datasource.

Returns:
the datasource.

getXaDataSource

List<XaDataSource> getXaDataSource()
Get the xaDataSource.

Returns:
the xaDataSource.


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