com.sleepycat.je.jca.ra
Interface JEConnectionFactory

All Superinterfaces:
Serializable
All Known Implementing Classes:
JEConnectionFactoryImpl

public interface JEConnectionFactory
extends Serializable


Method Summary
 JEConnection getConnection(String jeRootDir, EnvironmentConfig envConfig)
           
 JEConnection getConnection(String jeRootDir, EnvironmentConfig envConfig, TransactionConfig transConfig)
           
 

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-2006 Sleepycat, Inc. All Rights Reserved.