net.java.ao.builder.dbpool
Class DbPoolDataSourceFactory

java.lang.Object
  extended by net.java.ao.builder.dbpool.DbPoolDataSourceFactory
All Implemented Interfaces:
DataSourceFactory

public final class DbPoolDataSourceFactory
extends Object
implements DataSourceFactory


Constructor Summary
DbPoolDataSourceFactory()
           
 
Method Summary
 DisposableDataSource getDataSource(Class<? extends Driver> driverClass, String url, String username, String password)
           
static boolean isAvailable()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DbPoolDataSourceFactory

public DbPoolDataSourceFactory()
Method Detail

getDataSource

public DisposableDataSource getDataSource(Class<? extends Driver> driverClass,
                                          String url,
                                          String username,
                                          String password)
Specified by:
getDataSource in interface DataSourceFactory

isAvailable

public static boolean isAvailable()


Copyright © 2007-2011. All Rights Reserved.