org.activiti.engine.impl.jobexecutor
接口 RejectedJobsHandler

所有已知实现类:
CallerRunsRejectedJobsHandler

public interface RejectedJobsHandler

Strategy for handling jobs that were acquired but cannot be executed at this point (queue-size exceeded).

作者:
Daniel Meyer

方法摘要
 void jobsRejected(JobExecutor jobExecutor, List<String> jobIds)
           
 

方法详细信息

jobsRejected

void jobsRejected(JobExecutor jobExecutor,
                  List<String> jobIds)


Copyright © 2013 Alfresco. All rights reserved.