org.camunda.bpm.engine.impl.cmd
Class CommandLogger

java.lang.Object
  extended by org.camunda.commons.logging.BaseLogger
      extended by org.camunda.bpm.engine.impl.ProcessEngineLogger
          extended by org.camunda.bpm.engine.impl.cmd.CommandLogger

public class CommandLogger
extends ProcessEngineLogger

Author:
Daniel Meyer

Field Summary
 
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, INSTANCE, JOB_EXECUTOR_LOGGER, METRICS_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
 
Constructor Summary
CommandLogger()
           
 
Method Summary
 void calledInsideTransaction()
           
 void closingCommandContext()
           
 void couldNotFindProcessDefinitionForEventSubscription(MessageEventSubscriptionEntity messageEventSubscription, String processDefinitionId)
           
 void debugCaughtOptimisticLockingException(OptimisticLockingException e)
           
 void debugCreatingNewDeployment()
           
 void debugFinishingCommand(Command<?> cmd)
           
 void debugIgnoringEventSubscription(EventSubscriptionEntity eventSubscription, String processDefinitionId)
           
 void debugModificationInstruction(String processInstanceId, int i, String describe)
           
 void debugOpeningNewCommandContext()
           
 void debugProcessingDeployment(String name)
           
 void debugProcessingResource(String name)
           
 void debugReusingExistingCommandContext()
           
 void debugStartingCommand(Command<?> cmd)
           
 void debugStartingInstruction(String processInstanceId, int i, String describe)
           
 void debugWaitingFor(long waitTime)
           
 void exceptionWhileGettingValueForVariable(Exception t)
           
 void exceptionWhileRollingBackTransaction(Exception e)
           
 void maskedExceptionInCommandContext(Throwable throwable)
           
 void usingExistingDeployment()
           
 
Methods inherited from class org.camunda.bpm.engine.impl.ProcessEngineLogger
exceptionWhileClosingProcessEngine, exceptionWhileInitializingProcessengine, initializingProcessEngine, initializingProcessEngineForResource, processEngineAlreadyInitialized, processEngineCreated
 
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
 

Constructor Detail

CommandLogger

public CommandLogger()
Method Detail

debugCreatingNewDeployment

public void debugCreatingNewDeployment()

usingExistingDeployment

public void usingExistingDeployment()

debugModificationInstruction

public void debugModificationInstruction(String processInstanceId,
                                         int i,
                                         String describe)

debugStartingInstruction

public void debugStartingInstruction(String processInstanceId,
                                     int i,
                                     String describe)

debugStartingCommand

public void debugStartingCommand(Command<?> cmd)

debugFinishingCommand

public void debugFinishingCommand(Command<?> cmd)

debugWaitingFor

public void debugWaitingFor(long waitTime)

debugCaughtOptimisticLockingException

public void debugCaughtOptimisticLockingException(OptimisticLockingException e)

debugOpeningNewCommandContext

public void debugOpeningNewCommandContext()

debugReusingExistingCommandContext

public void debugReusingExistingCommandContext()

closingCommandContext

public void closingCommandContext()

calledInsideTransaction

public void calledInsideTransaction()

maskedExceptionInCommandContext

public void maskedExceptionInCommandContext(Throwable throwable)

exceptionWhileRollingBackTransaction

public void exceptionWhileRollingBackTransaction(Exception e)

exceptionWhileGettingValueForVariable

public void exceptionWhileGettingValueForVariable(Exception t)

couldNotFindProcessDefinitionForEventSubscription

public void couldNotFindProcessDefinitionForEventSubscription(MessageEventSubscriptionEntity messageEventSubscription,
                                                              String processDefinitionId)

debugIgnoringEventSubscription

public void debugIgnoringEventSubscription(EventSubscriptionEntity eventSubscription,
                                           String processDefinitionId)

debugProcessingDeployment

public void debugProcessingDeployment(String name)

debugProcessingResource

public void debugProcessingResource(String name)


Copyright © 2015 camunda services GmbH. All rights reserved.