cuba.wired
Class PrimitiveDataSourceProvider

java.lang.Object
  extended by cuba.wired.PrimitiveDataSourceProvider
All Implemented Interfaces:
WiredDataSourceProviderI

public class PrimitiveDataSourceProvider
extends java.lang.Object
implements WiredDataSourceProviderI

Author:
Arnold Kmpaczyk

Constructor Summary
PrimitiveDataSourceProvider()
           
 
Method Summary
 javax.sql.DataSource getDataSource(DataSourceDesc description, WiredContainer container)
           
 void shutdown()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PrimitiveDataSourceProvider

public PrimitiveDataSourceProvider()
Method Detail

getDataSource

public javax.sql.DataSource getDataSource(DataSourceDesc description,
                                          WiredContainer container)
                                   throws ConstructionException
Specified by:
getDataSource in interface WiredDataSourceProviderI
Throws:
ConstructionException

shutdown

public void shutdown()
Specified by:
shutdown in interface WiredDataSourceProviderI