Uses of Interface
org.camunda.bpm.engine.impl.jobexecutor.RejectedJobsHandler

Packages that use RejectedJobsHandler
org.camunda.bpm.engine.impl.cfg   
org.camunda.bpm.engine.impl.jobexecutor   
 

Uses of RejectedJobsHandler in org.camunda.bpm.engine.impl.cfg
 

Fields in org.camunda.bpm.engine.impl.cfg declared as RejectedJobsHandler
protected  RejectedJobsHandler ProcessEngineConfigurationImpl.customRejectedJobsHandler
           
 

Methods in org.camunda.bpm.engine.impl.cfg that return RejectedJobsHandler
 RejectedJobsHandler ProcessEngineConfigurationImpl.getCustomRejectedJobsHandler()
           
 

Methods in org.camunda.bpm.engine.impl.cfg with parameters of type RejectedJobsHandler
 ProcessEngineConfigurationImpl ProcessEngineConfigurationImpl.setCustomRejectedJobsHandler(RejectedJobsHandler customRejectedJobsHandler)
           
 

Uses of RejectedJobsHandler in org.camunda.bpm.engine.impl.jobexecutor
 

Classes in org.camunda.bpm.engine.impl.jobexecutor that implement RejectedJobsHandler
 class CallerRunsRejectedJobsHandler
           
 

Fields in org.camunda.bpm.engine.impl.jobexecutor declared as RejectedJobsHandler
protected  RejectedJobsHandler JobExecutor.rejectedJobsHandler
           
 

Methods in org.camunda.bpm.engine.impl.jobexecutor that return RejectedJobsHandler
 RejectedJobsHandler JobExecutor.getRejectedJobsHandler()
           
 

Methods in org.camunda.bpm.engine.impl.jobexecutor with parameters of type RejectedJobsHandler
 void JobExecutor.setRejectedJobsHandler(RejectedJobsHandler rejectedJobsHandler)
           
 



Copyright © 2015 camunda services GmbH. All rights reserved.