Interface JcaExecutorServiceConnection
-
- All Known Implementing Classes:
JcaExecutorServiceConnectionImpl
public interface JcaExecutorServiceConnection
- Author:
- Daniel Meyer
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
closeConnection()
java.lang.Runnable
getExecuteJobsRunnable(java.util.List<java.lang.String> jobIds, ProcessEngineImpl processEngine)
boolean
schedule(java.lang.Runnable runnable, boolean isLongRunning)
-
-
-
Method Detail
-
schedule
boolean schedule(java.lang.Runnable runnable, boolean isLongRunning)
-
getExecuteJobsRunnable
java.lang.Runnable getExecuteJobsRunnable(java.util.List<java.lang.String> jobIds, ProcessEngineImpl processEngine)
-
closeConnection
void closeConnection()
-
-