Class JcaExecutorServiceConnectionImpl
java.lang.Object
org.operaton.bpm.container.impl.threading.ra.outbound.JcaExecutorServiceConnectionImpl
- All Implemented Interfaces:
JcaExecutorServiceConnection
public class JcaExecutorServiceConnectionImpl
extends Object
implements JcaExecutorServiceConnection
- Author:
- Daniel Meyer
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionJcaExecutorServiceConnectionImpl(JcaExecutorServiceManagedConnection mc, JcaExecutorServiceManagedConnectionFactory mcf) -
Method Summary
Modifier and TypeMethodDescriptionvoidgetExecuteJobsRunnable(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:
closeConnectionin interfaceJcaExecutorServiceConnection
-
schedule
- Specified by:
schedulein interfaceJcaExecutorServiceConnection
-
getExecuteJobsRunnable
- Specified by:
getExecuteJobsRunnablein interfaceJcaExecutorServiceConnection
-