org.apache.cayenne.configuration.server
Class DBCPDataSourceFactory

java.lang.Object
  extended by org.apache.cayenne.configuration.server.DBCPDataSourceFactory
All Implemented Interfaces:
DataSourceFactory

public class DBCPDataSourceFactory
extends Object
implements DataSourceFactory

A DataSourceFactory based on DBCP connection pool library.

Since:
3.1

Field Summary
protected  ResourceLocator resourceLocator
           
 
Constructor Summary
DBCPDataSourceFactory()
           
 
Method Summary
 DataSource getDataSource(DataNodeDescriptor nodeDescriptor)
          Returns DataSource object based on the configuration provided in the "nodeDescriptor".
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

resourceLocator

protected ResourceLocator resourceLocator
Constructor Detail

DBCPDataSourceFactory

public DBCPDataSourceFactory()
Method Detail

getDataSource

public DataSource getDataSource(DataNodeDescriptor nodeDescriptor)
                         throws Exception
Description copied from interface: DataSourceFactory
Returns DataSource object based on the configuration provided in the "nodeDescriptor".

Specified by:
getDataSource in interface DataSourceFactory
Throws:
Exception


Copyright © 2001-2010 Apache Cayenne. All Rights Reserved.