Class JcaExecutorServiceConnectionImpl
java.lang.Object
org.camunda.bpm.container.impl.threading.ra.outbound.JcaExecutorServiceConnectionImpl
- All Implemented Interfaces:
JcaExecutorServiceConnection
public class JcaExecutorServiceConnectionImpl
extends Object
implements JcaExecutorServiceConnection
- Author:
- Daniel Meyer
-
Field Summary
-
Constructor Summary
ConstructorDescriptionJcaExecutorServiceConnectionImpl
(JcaExecutorServiceManagedConnection mc, JcaExecutorServiceManagedConnectionFactory mcf) -
Method Summary
Modifier and TypeMethodDescriptionvoid
getExecuteJobsRunnable
(List<String> jobIds, ProcessEngineImpl processEngine) boolean
-
Field Details
-
mc
-
mcf
-
-
Constructor Details
-
JcaExecutorServiceConnectionImpl
public JcaExecutorServiceConnectionImpl() -
JcaExecutorServiceConnectionImpl
public JcaExecutorServiceConnectionImpl(JcaExecutorServiceManagedConnection mc, JcaExecutorServiceManagedConnectionFactory mcf)
-
-
Method Details
-
closeConnection
public void closeConnection()- Specified by:
closeConnection
in interfaceJcaExecutorServiceConnection
-
schedule
- Specified by:
schedule
in interfaceJcaExecutorServiceConnection
-
getExecuteJobsRunnable
- Specified by:
getExecuteJobsRunnable
in interfaceJcaExecutorServiceConnection
-