Class JcaExecutorServiceConnectionFactoryImpl
java.lang.Object
org.camunda.bpm.container.impl.threading.ra.outbound.JcaExecutorServiceConnectionFactoryImpl
- All Implemented Interfaces:
Serializable
,Referenceable
,javax.resource.Referenceable
,JcaExecutorServiceConnectionFactory
public class JcaExecutorServiceConnectionFactoryImpl
extends Object
implements JcaExecutorServiceConnectionFactory
- Author:
- Daniel Meyer
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected javax.resource.spi.ConnectionManager
protected Reference
-
Constructor Summary
ConstructorsConstructorDescriptionJcaExecutorServiceConnectionFactoryImpl
(JcaExecutorServiceManagedConnectionFactory mcf, javax.resource.spi.ConnectionManager cxManager) -
Method Summary
-
Field Details
-
reference
-
mcf
-
connectionManager
protected javax.resource.spi.ConnectionManager connectionManager
-
-
Constructor Details
-
JcaExecutorServiceConnectionFactoryImpl
public JcaExecutorServiceConnectionFactoryImpl() -
JcaExecutorServiceConnectionFactoryImpl
public JcaExecutorServiceConnectionFactoryImpl(JcaExecutorServiceManagedConnectionFactory mcf, javax.resource.spi.ConnectionManager cxManager)
-
-
Method Details
-
getConnection
- Specified by:
getConnection
in interfaceJcaExecutorServiceConnectionFactory
- Throws:
javax.resource.ResourceException
-
getReference
- Specified by:
getReference
in interfaceReferenceable
- Throws:
NamingException
-
setReference
- Specified by:
setReference
in interfacejavax.resource.Referenceable
-