com.sleepycat.je.jca.ra
Class JEConnectionFactoryImpl
java.lang.Object
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)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JEConnectionFactoryImpl
JEConnectionFactoryImpl(javax.resource.spi.ConnectionManager manager,
javax.resource.spi.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()
throws NamingException
- Specified by:
getReference
in interface Referenceable
- Throws:
NamingException
Copyright 2004-2005 Sleepycat, Inc. All Rights Reserved.