Package i3.dragos.core.services.datasources

The DataSource service manages different kinds of data sources and allows a uniform access to them.

See:
          Description

Interface Summary
DataSourceMetaData The DataSourceMetaData provides informations about the capabilities of the data source.
DataSourceTransaction The Transaction interface is used by DRAGOS to obtain access to the transaction of the underlying data source.
 

Class Summary
DataSource DRAGOS uses the concept of a data source to support abritrary storages.
DataSourceFactory The DataSourceFactory creates data sources.
DataSourceURL The DataSourceURL uniquely represents a specific data source ("physical DataSourceURL", e.g. location of a database server) or the DataSource and GraphPool object built upon such a data source ("logical DataSourceURL").
DSDigesterFactory Helper class for processing the configuration data.
 

Exception Summary
DataSourceException Thrown by concrete implementations of the abstract class DataSource.
DataSourceFactoryException Thrown by the DataSourceFactory if it was not possible to create a new connection to a data source.
DataSourceTransactionException Thrown by the underlying data source if something went wrong during their transaction handling.
 

Package i3.dragos.core.services.datasources Description

The DataSource service manages different kinds of data sources and allows a uniform access to them.



Copyright © 2002-2008 RWTH Aachen, Department of Computer Science 3 (Software Engineering). All Rights Reserved.