Class ProcessApplicationLogger

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

public class ProcessApplicationLogger extends ProcessEngineLogger
Author:
Daniel Meyer
  • Constructor Details

    • ProcessApplicationLogger

      public ProcessApplicationLogger()
  • Method Details

    • 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 String multiplePasException(Set<Class<?>> c, String appId)
    • paWrongTypeException

      public String 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)