public class JcaExecutorServiceConnectionFactoryImpl extends Object implements JcaExecutorServiceConnectionFactory
| Modifier and Type | Field and Description |
|---|---|
protected javax.resource.spi.ConnectionManager |
connectionManager |
protected JcaExecutorServiceManagedConnectionFactory |
mcf |
protected Reference |
reference |
| Constructor and Description |
|---|
JcaExecutorServiceConnectionFactoryImpl() |
JcaExecutorServiceConnectionFactoryImpl(JcaExecutorServiceManagedConnectionFactory mcf,
javax.resource.spi.ConnectionManager cxManager) |
| Modifier and Type | Method and Description |
|---|---|
JcaExecutorServiceConnection |
getConnection() |
Reference |
getReference() |
void |
setReference(Reference reference) |
protected Reference reference
protected JcaExecutorServiceManagedConnectionFactory mcf
protected javax.resource.spi.ConnectionManager connectionManager
public JcaExecutorServiceConnectionFactoryImpl()
public JcaExecutorServiceConnectionFactoryImpl(JcaExecutorServiceManagedConnectionFactory mcf, javax.resource.spi.ConnectionManager cxManager)
public JcaExecutorServiceConnection getConnection() throws javax.resource.ResourceException
getConnection in interface JcaExecutorServiceConnectionFactoryjavax.resource.ResourceExceptionpublic Reference getReference() throws NamingException
getReference in interface ReferenceableNamingExceptionpublic void setReference(Reference reference)
Copyright © 2018. All rights reserved.