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.ConnectionManagerconnectionManagerprotected JcaExecutorServiceManagedConnectionFactorymcfprotected javax.naming.Referencereference
-
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 JcaExecutorServiceConnectiongetConnection()javax.naming.ReferencegetReference()voidsetReference(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:
getConnectionin interfaceJcaExecutorServiceConnectionFactory- Throws:
javax.resource.ResourceException
-
getReference
public javax.naming.Reference getReference() throws javax.naming.NamingException- Specified by:
getReferencein interfacejavax.naming.Referenceable- Throws:
javax.naming.NamingException
-
setReference
public void setReference(javax.naming.Reference reference)
- Specified by:
setReferencein interfacejavax.resource.Referenceable
-
-