org.apache.aries.jpa.container.unit.impl
Class JndiDataSource

java.lang.Object
  extended by org.apache.aries.jpa.container.unit.impl.DelayedLookupDataSource
      extended by org.apache.aries.jpa.container.unit.impl.JndiDataSource
All Implemented Interfaces:
Wrapper, CommonDataSource, DataSource

public class JndiDataSource
extends DelayedLookupDataSource


Constructor Summary
JndiDataSource(String jndi, String unit, org.osgi.framework.Bundle persistenceBundle, boolean jta)
           
 
Method Summary
protected  DataSource getDs()
           
 
Methods inherited from class org.apache.aries.jpa.container.unit.impl.DelayedLookupDataSource
getConnection, getConnection, getLoginTimeout, getLogWriter, isWrapperFor, setLoginTimeout, setLogWriter, unwrap, wrapXADataSource
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JndiDataSource

public JndiDataSource(String jndi,
                      String unit,
                      org.osgi.framework.Bundle persistenceBundle,
                      boolean jta)
Method Detail

getDs

protected DataSource getDs()
Specified by:
getDs in class DelayedLookupDataSource


Copyright © 2009-2012 The Apache Software Foundation. All Rights Reserved.