com.sleepycat.je.jca.ra
Class JEConnectionFactoryImpl

java.lang.Object
  extended by com.sleepycat.je.jca.ra.JEConnectionFactoryImpl
All Implemented Interfaces:
JEConnectionFactory, java.io.Serializable, javax.naming.Referenceable

public class JEConnectionFactoryImpl
extends java.lang.Object
implements JEConnectionFactory

See Also:
Serialized Form

Constructor Summary
JEConnectionFactoryImpl(javax.resource.spi.ConnectionManager manager, javax.resource.spi.ManagedConnectionFactory factory)
           
 
Method Summary
 JEConnection getConnection(java.lang.String jeRootDir, EnvironmentConfig envConfig)
           
 JEConnection getConnection(java.lang.String jeRootDir, EnvironmentConfig envConfig, TransactionConfig transConfig)
           
 javax.naming.Reference getReference()
           
 void setReference(javax.naming.Reference reference)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JEConnectionFactoryImpl

JEConnectionFactoryImpl(javax.resource.spi.ConnectionManager manager,
                        javax.resource.spi.ManagedConnectionFactory factory)
Method Detail

getConnection

public JEConnection getConnection(java.lang.String jeRootDir,
                                  EnvironmentConfig envConfig)
                           throws JEException
Specified by:
getConnection in interface JEConnectionFactory
Throws:
JEException

getConnection

public JEConnection getConnection(java.lang.String jeRootDir,
                                  EnvironmentConfig envConfig,
                                  TransactionConfig transConfig)
                           throws JEException
Specified by:
getConnection in interface JEConnectionFactory
Throws:
JEException

setReference

public void setReference(javax.naming.Reference reference)

getReference

public javax.naming.Reference getReference()
                                    throws javax.naming.NamingException
Specified by:
getReference in interface javax.naming.Referenceable
Throws:
javax.naming.NamingException


Copyright 2004,2008 Oracle. All rights reserved.