org.camunda.bpm.engine.impl.jobexecutor
Class JobExecutorLogger
java.lang.Object
org.camunda.commons.logging.BaseLogger
org.camunda.bpm.engine.impl.ProcessEngineLogger
org.camunda.bpm.engine.impl.jobexecutor.JobExecutorLogger
public class JobExecutorLogger
- extends ProcessEngineLogger
- Author:
- Daniel Meyer
| Fields inherited from class org.camunda.bpm.engine.impl.ProcessEngineLogger |
ADMIN_PLUGIN_LOGGER, BPMN_BEHAVIOR_LOGGER, BPMN_PARSE_LOGGER, CMD_LOGGER, CMMN_OPERATION_LOGGER, CMMN_TRANSFORMER_LOGGER, CMNN_BEHAVIOR_LOGGER, CONFIG_LOGGER, CONTAINER_INTEGRATION_LOGGER, CONTEXT_LOGGER, CORE_LOGGER, DECISION_LOGGER, DIAGRAM_CANVAS_LOGGER, EXTERNAL_TASK_LOGGER, INSTANCE, JOB_EXECUTOR_LOGGER, METRICS_LOGGER, MIGRATION_LOGGER, PERSISTENCE_LOGGER, PROCESS_APPLICATION_LOGGER, PROJECT_CODE, PVM_LOGGER, SCRIPT_LOGGER, TEST_LOGGER, TX_LOGGER, UTIL_LOGGER |
| Fields inherited from class org.camunda.commons.logging.BaseLogger |
componentId, delegateLogger, projectCode |
| Methods inherited from class org.camunda.commons.logging.BaseLogger |
createLogger, exceptionMessage, formatMessageTemplate, isDebugEnabled, isErrorEnabled, isInfoEnabled, isWarnEnabled, logDebug, logError, logInfo, logWarn |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JobExecutorLogger
public JobExecutorLogger()
debugAcquiredJobNotFound
public void debugAcquiredJobNotFound(String jobId)
exceptionWhileExecutingJob
public void exceptionWhileExecutingJob(JobEntity job,
RuntimeException exception)
debugFallbackToDefaultRetryStrategy
public void debugFallbackToDefaultRetryStrategy()
debugDecrementingRetriesForJob
public void debugDecrementingRetriesForJob(String id)
debugInitiallyAppyingRetryCycleForJob
public void debugInitiallyAppyingRetryCycleForJob(String id,
int times)
exceptionWhileExecutingJob
public void exceptionWhileExecutingJob(String nextJobId,
Throwable t)
couldNotDeterminePriority
public void couldNotDeterminePriority(ExecutionEntity execution,
Object value,
ProcessEngineException e)
debugAddingNewExclusiveJobToJobExecutorCOntext
public void debugAddingNewExclusiveJobToJobExecutorCOntext(String jobId)
timeoutDuringShutdown
public void timeoutDuringShutdown()
interruptedWhileShuttingDownjobExecutor
public void interruptedWhileShuttingDownjobExecutor(InterruptedException e)
debugJobAcquisitionThreadSleeping
public void debugJobAcquisitionThreadSleeping(long millis)
jobExecutorThreadWokeUp
public void jobExecutorThreadWokeUp()
jobExecutionWaitInterrupted
public void jobExecutionWaitInterrupted()
startingUpJobExecutor
public void startingUpJobExecutor(String name)
shuttingDownTheJobExecutor
public void shuttingDownTheJobExecutor(String name)
ignoringSuspendedJob
public void ignoringSuspendedJob(ProcessDefinition processDefinition)
debugNotifyingJobExecutor
public void debugNotifyingJobExecutor(String string)
startingToAcquireJobs
public void startingToAcquireJobs(String name)
exceptionDuringJobAcquisition
public void exceptionDuringJobAcquisition(Exception e)
stoppedJobAcquisition
public void stoppedJobAcquisition(String name)
exceptionWhileUnlockingJob
public void exceptionWhileUnlockingJob(String jobId,
Throwable t)
acquiredJobs
public void acquiredJobs(String processEngine,
AcquiredJobs acquiredJobs)
executeJobs
public void executeJobs(String processEngine,
Collection<String> jobs)
Copyright © 2016 camunda services GmbH. All rights reserved.