Class JcaExecutorServiceConnectionFactoryImpl
- java.lang.Object
-
- org.camunda.bpm.container.impl.threading.ra.outbound.JcaExecutorServiceConnectionFactoryImpl
-
- All Implemented Interfaces:
java.io.Serializable
,javax.naming.Referenceable
,javax.resource.Referenceable
,JcaExecutorServiceConnectionFactory
public class JcaExecutorServiceConnectionFactoryImpl extends java.lang.Object implements JcaExecutorServiceConnectionFactory
- Author:
- Daniel Meyer
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected javax.resource.spi.ConnectionManager
connectionManager
protected JcaExecutorServiceManagedConnectionFactory
mcf
protected javax.naming.Reference
reference
-
Constructor Summary
Constructors Constructor Description JcaExecutorServiceConnectionFactoryImpl()
JcaExecutorServiceConnectionFactoryImpl(JcaExecutorServiceManagedConnectionFactory mcf, javax.resource.spi.ConnectionManager cxManager)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description JcaExecutorServiceConnection
getConnection()
javax.naming.Reference
getReference()
void
setReference(javax.naming.Reference reference)
-
-
-
Field Detail
-
reference
protected javax.naming.Reference reference
-
mcf
protected JcaExecutorServiceManagedConnectionFactory mcf
-
connectionManager
protected javax.resource.spi.ConnectionManager connectionManager
-
-
Constructor Detail
-
JcaExecutorServiceConnectionFactoryImpl
public JcaExecutorServiceConnectionFactoryImpl()
-
JcaExecutorServiceConnectionFactoryImpl
public JcaExecutorServiceConnectionFactoryImpl(JcaExecutorServiceManagedConnectionFactory mcf, javax.resource.spi.ConnectionManager cxManager)
-
-
Method Detail
-
getConnection
public JcaExecutorServiceConnection getConnection() throws javax.resource.ResourceException
- Specified by:
getConnection
in interfaceJcaExecutorServiceConnectionFactory
- Throws:
javax.resource.ResourceException
-
getReference
public javax.naming.Reference getReference() throws javax.naming.NamingException
- Specified by:
getReference
in interfacejavax.naming.Referenceable
- Throws:
javax.naming.NamingException
-
setReference
public void setReference(javax.naming.Reference reference)
- Specified by:
setReference
in interfacejavax.resource.Referenceable
-
-