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 SummaryFields
- 
Constructor SummaryConstructorsConstructorDescriptionJcaExecutorServiceConnectionImpl(JcaExecutorServiceManagedConnection mc, JcaExecutorServiceManagedConnectionFactory mcf) 
- 
Method SummaryModifier and TypeMethodDescriptionvoidgetExecuteJobsRunnable(List<String> jobIds, ProcessEngineImpl processEngine) boolean
- 
Field Details- 
mc
- 
mcf
 
- 
- 
Constructor Details- 
JcaExecutorServiceConnectionImplpublic JcaExecutorServiceConnectionImpl()
- 
JcaExecutorServiceConnectionImplpublic JcaExecutorServiceConnectionImpl(JcaExecutorServiceManagedConnection mc, JcaExecutorServiceManagedConnectionFactory mcf) 
 
- 
- 
Method Details- 
closeConnectionpublic void closeConnection()- Specified by:
- closeConnectionin interface- JcaExecutorServiceConnection
 
- 
schedule- Specified by:
- schedulein interface- JcaExecutorServiceConnection
 
- 
getExecuteJobsRunnable- Specified by:
- getExecuteJobsRunnablein interface- JcaExecutorServiceConnection
 
 
-