cuba.wired
Interface WiredDataSourceProviderI

All Known Implementing Classes:
PrimitiveDataSourceProvider

public interface WiredDataSourceProviderI

Author:
Arnold Kmpaczyk

Method Summary
 javax.sql.DataSource getDataSource(DataSourceDesc description, WiredContainer container)
           
 void shutdown()
           
 

Method Detail

getDataSource

javax.sql.DataSource getDataSource(DataSourceDesc description,
                                   WiredContainer container)
                                   throws ConstructionException
Throws:
ConstructionException

shutdown

void shutdown()