com.sleepycat.je.jca.ra
Class JEConnectionFactoryImpl
java.lang.Object
com.sleepycat.je.jca.ra.JEConnectionFactoryImpl
- All Implemented Interfaces:
- JEConnectionFactory, java.io.Serializable, javax.naming.Referenceable
public class JEConnectionFactoryImpl
- extends java.lang.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(java.lang.String jeRootDir,
EnvironmentConfig envConfig)
throws JEException
- Specified by:
getConnection
in interface JEConnectionFactory
- Throws:
JEException
getConnection
public JEConnection getConnection(java.lang.String jeRootDir,
EnvironmentConfig envConfig,
TransactionConfig transConfig)
throws JEException
- Specified by:
getConnection
in interface JEConnectionFactory
- Throws:
JEException
setReference
public void setReference(javax.naming.Reference reference)
getReference
public javax.naming.Reference getReference()
throws javax.naming.NamingException
- Specified by:
getReference
in interface javax.naming.Referenceable
- Throws:
javax.naming.NamingException
Copyright 2004,2008 Oracle. All rights reserved.