org.apache.cayenne.configuration.server
Class JNDIDataSourceFactory

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

public class JNDIDataSourceFactory
extends java.lang.Object
implements DataSourceFactory

Locates DataSource mapped via JNDI.

Since:
3.1

Field Summary
protected  JdbcEventLogger jdbcEventLogger
           
 
Constructor Summary
JNDIDataSourceFactory()
           
 
Method Summary
 javax.sql.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

jdbcEventLogger

protected JdbcEventLogger jdbcEventLogger
Constructor Detail

JNDIDataSourceFactory

public JNDIDataSourceFactory()
Method Detail

getDataSource

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

Specified by:
getDataSource in interface DataSourceFactory
Throws:
java.lang.Exception


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