net.java.ao.builder.proxool
Class ProxoolDataSourceFactory

java.lang.Object
  extended by net.java.ao.builder.proxool.ProxoolDataSourceFactory
All Implemented Interfaces:
DataSourceFactory

public class ProxoolDataSourceFactory
extends Object
implements DataSourceFactory


Constructor Summary
ProxoolDataSourceFactory()
           
 
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

ProxoolDataSourceFactory

public ProxoolDataSourceFactory()
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.