com.sleepycat.je.jca.ra
Class JEConnectionFactoryImpl

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

public class JEConnectionFactoryImpl
extends Object
implements JEConnectionFactory

See Also:
Serialized Form

Constructor Summary
JEConnectionFactoryImpl(javax.resource.spi.ConnectionManager manager, javax.resource.spi.ManagedConnectionFactory factory)
           
 
Method Summary
 JEConnection getConnection(String jeRootDir, EnvironmentConfig envConfig)
           
 JEConnection getConnection(String jeRootDir, EnvironmentConfig envConfig, TransactionConfig transConfig)
           
 Reference getReference()
           
 void setReference(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(String jeRootDir,
                                  EnvironmentConfig envConfig)
                           throws JEException
Specified by:
getConnection in interface JEConnectionFactory
Throws:
JEException

getConnection

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

setReference

public void setReference(Reference reference)

getReference

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


Copyright 2004-2005 Sleepycat, Inc. All Rights Reserved.