public class JEConnectionFactoryImpl extends java.lang.Object implements JEConnectionFactory
Constructor and Description |
---|
JEConnectionFactoryImpl(ConnectionManager manager,
ManagedConnectionFactory factory) |
Modifier and Type | Method and Description |
---|---|
JEConnection |
getConnection(java.lang.String jeRootDir,
EnvironmentConfig envConfig) |
JEConnection |
getConnection(java.lang.String jeRootDir,
EnvironmentConfig envConfig,
TransactionConfig transConfig) |
javax.naming.Reference |
getReference() |
void |
setReference(javax.naming.Reference reference) |
public JEConnectionFactoryImpl(ConnectionManager manager, ManagedConnectionFactory factory)
public JEConnection getConnection(java.lang.String jeRootDir, EnvironmentConfig envConfig) throws JEException
getConnection
in interface JEConnectionFactory
JEException
public JEConnection getConnection(java.lang.String jeRootDir, EnvironmentConfig envConfig, TransactionConfig transConfig) throws JEException
getConnection
in interface JEConnectionFactory
JEException
public void setReference(javax.naming.Reference reference)
public javax.naming.Reference getReference()
Copyright (c) 2004-2012 Oracle. All rights reserved.