01-09-2013 12:29 PM
/** From SpringJobExecutor **/
@Override
protected void stopExecutingJobs() {
stopJobAcquisitionThread();
taskExecutor = null;
}
/** From DefaultJobExecutor **/
protected void stopExecutingJobs() {
…
threadPoolExecutor = null;
}
/** From DefaultJobExecutor **/
protected void startExecutingJobs() {
…
if (threadPoolExecutor==null) {
threadPoolExecutor = new ThreadPoolExecutor(corePoolSize, maxPoolSize, 0L, TimeUnit.MILLISECONDS, threadPoolQueue);
…
}
startJobAcquisitionThread();
}
01-10-2013 03:18 AM
01-10-2013 09:51 AM
01-10-2013 09:53 AM
07-12-2017 09:20 AM
Hi,
Is this query resolved ?
if yes, with which version, can I start stop job executor at run time now ?
Thanks,
Paresh
Tags
Find what you came for
We want to make your experience in Hyland Connect as valuable as possible, so we put together some helpful links.