com.sleepycat.je.jca.ra
Class JEConnectionFactoryImpl
java.lang.Object
com.sleepycat.je.jca.ra.JEConnectionFactoryImpl
- All Implemented Interfaces:
- JEConnectionFactory, Serializable
public class JEConnectionFactoryImpl
- extends Object
- implements JEConnectionFactory
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JEConnectionFactoryImpl
public JEConnectionFactoryImpl(ConnectionManager manager,
ManagedConnectionFactory factory)
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()
Copyright (c) 2004-2012 Oracle. All rights reserved.