de.smartics.properties.spi.config.ds
Interface DataSourceProxy

Package class diagram package DataSourceProxy
All Superinterfaces:
Serializable
All Known Implementing Classes:
JndiDataSourceProxy

public interface DataSourceProxy
     
     
extends Serializable

Allows serializable access to a data source.


Method Summary
 DataSource getDataSource()
          Provides access to the data source.
 String getDataSourceId()
          Returns the identifier of the data source.
 

Method Detail

getDataSourceId

String getDataSourceId()
Returns the identifier of the data source.

Returns:
the identifier of the data source.

getDataSource

DataSource getDataSource()
Provides access to the data source.

Returns:
the data source.


Copyright © 2012-2013 Kronseder & Reiner GmbH - smartics. All Rights Reserved.