com.sleepycat.je.jca.ra
Interface JEConnectionFactory

All Superinterfaces:
Referenceable, Serializable
All Known Implementing Classes:
JEConnectionFactoryImpl

public interface JEConnectionFactory
extends javax.resource.Referenceable, Serializable


Method Summary
 JEConnection getConnection(String jeRootDir, EnvironmentConfig envConfig)
           
 JEConnection getConnection(String jeRootDir, EnvironmentConfig envConfig, TransactionConfig transConfig)
           
 
Methods inherited from interface javax.resource.Referenceable
setReference
 
Methods inherited from interface javax.naming.Referenceable
getReference
 

Method Detail

getConnection

JEConnection getConnection(String jeRootDir,
                           EnvironmentConfig envConfig)
                           throws JEException
Throws:
JEException

getConnection

JEConnection getConnection(String jeRootDir,
                           EnvironmentConfig envConfig,
                           TransactionConfig transConfig)
                           throws JEException
Throws:
JEException


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