org.camunda.bpm.application.impl
Class ProcessApplicationLogger

java.lang.Object
  extended by org.camunda.commons.logging.BaseLogger
      extended by org.camunda.bpm.engine.impl.ProcessEngineLogger
          extended by org.camunda.bpm.application.impl.ProcessApplicationLogger

public class ProcessApplicationLogger
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
ProcessApplicationLogger()
           
 
Method Summary
 void alreadyDeployed()
           
 void cannotInvokeListenerPaUnavailable(String paName, ProcessApplicationUnavailableException e)
           
 void couldNotRemoveDefinitionsFromCache(Throwable t)
           
 void debugNoTargetProcessApplicationFound(ExecutionEntity execution, ProcessApplicationManager processApplicationManager)
           
 void debugNoTargetProcessApplicationFoundForCaseExecution(CaseExecutionEntity execution, ProcessApplicationManager processApplicationManager)
           
 void detectedPa(Class<?> paClass)
           
 ProcessEngineException ejbPaCannotAutodetectName(NamingException e)
           
 ProcessEngineException ejbPaCannotLookupSelfReference(NamingException e)
           
 void exceptionWhileLoggingRegistrationSummary(Throwable e)
           
 ProcessEngineException exceptionWhileNotifyingPaTaskListener(Exception e)
           
 ProcessEngineException exceptionWhileRegisteringDeploymentsWithJobExecutor(Exception e)
           
 void exceptionWhileUnregisteringDeploymentsWithJobExecutor(Exception e)
           
 boolean isContextSwitchLoggable()
           
 javax.servlet.ServletException multiplePasException(Set<Class<?>> c, String appId)
           
 void noElResolverProvided(String paName, String string)
           
 void noTargetProcessApplicationForExecution(DelegateExecution execution)
           
 void notDeployed()
           
 void paDoesNotProvideExecutionListener(String paName)
           
 void paDoesNotProvideTaskListener(String paName)
           
 void paElResolversDiscovered(String summary)
           
 javax.servlet.ServletException paWrongTypeException(Class<?> paClass)
           
 ProcessApplicationExecutionException processApplicationExecutionException(Exception e)
           
 ProcessApplicationUnavailableException processApplicationUnavailableException(String name)
           
 ProcessApplicationUnavailableException processApplicationUnavailableException(String name, Throwable cause)
           
 void registrationSummary(String string)
           
 void servletDeployerNoPaFound(String ctxName)
           
 void taskNotRelatedToExecution(DelegateTask delegateTask)
           
 
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

ProcessApplicationLogger

public ProcessApplicationLogger()
Method Detail

taskNotRelatedToExecution

public void taskNotRelatedToExecution(DelegateTask delegateTask)

exceptionWhileNotifyingPaTaskListener

public ProcessEngineException exceptionWhileNotifyingPaTaskListener(Exception e)

noTargetProcessApplicationForExecution

public void noTargetProcessApplicationForExecution(DelegateExecution execution)

paDoesNotProvideExecutionListener

public void paDoesNotProvideExecutionListener(String paName)

cannotInvokeListenerPaUnavailable

public void cannotInvokeListenerPaUnavailable(String paName,
                                              ProcessApplicationUnavailableException e)

paDoesNotProvideTaskListener

public void paDoesNotProvideTaskListener(String paName)

paElResolversDiscovered

public void paElResolversDiscovered(String summary)

noElResolverProvided

public void noElResolverProvided(String paName,
                                 String string)

processApplicationExecutionException

public ProcessApplicationExecutionException processApplicationExecutionException(Exception e)

ejbPaCannotLookupSelfReference

public ProcessEngineException ejbPaCannotLookupSelfReference(NamingException e)

ejbPaCannotAutodetectName

public ProcessEngineException ejbPaCannotAutodetectName(NamingException e)

processApplicationUnavailableException

public ProcessApplicationUnavailableException processApplicationUnavailableException(String name,
                                                                                     Throwable cause)

processApplicationUnavailableException

public ProcessApplicationUnavailableException processApplicationUnavailableException(String name)

servletDeployerNoPaFound

public void servletDeployerNoPaFound(String ctxName)

multiplePasException

public javax.servlet.ServletException multiplePasException(Set<Class<?>> c,
                                                           String appId)

paWrongTypeException

public javax.servlet.ServletException paWrongTypeException(Class<?> paClass)

detectedPa

public void detectedPa(Class<?> paClass)

alreadyDeployed

public void alreadyDeployed()

notDeployed

public void notDeployed()

couldNotRemoveDefinitionsFromCache

public void couldNotRemoveDefinitionsFromCache(Throwable t)

exceptionWhileRegisteringDeploymentsWithJobExecutor

public ProcessEngineException exceptionWhileRegisteringDeploymentsWithJobExecutor(Exception e)

exceptionWhileUnregisteringDeploymentsWithJobExecutor

public void exceptionWhileUnregisteringDeploymentsWithJobExecutor(Exception e)

registrationSummary

public void registrationSummary(String string)

exceptionWhileLoggingRegistrationSummary

public void exceptionWhileLoggingRegistrationSummary(Throwable e)

isContextSwitchLoggable

public boolean isContextSwitchLoggable()

debugNoTargetProcessApplicationFound

public void debugNoTargetProcessApplicationFound(ExecutionEntity execution,
                                                 ProcessApplicationManager processApplicationManager)

debugNoTargetProcessApplicationFoundForCaseExecution

public void debugNoTargetProcessApplicationFoundForCaseExecution(CaseExecutionEntity execution,
                                                                 ProcessApplicationManager processApplicationManager)


Copyright © 2016 camunda services GmbH. All rights reserved.