Class ProcessApplicationLogger


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

    • ProcessApplicationLogger Link icon

      public ProcessApplicationLogger()
  • Method Details Link icon

    • taskNotRelatedToExecution Link icon

      public void taskNotRelatedToExecution(DelegateTask delegateTask)
    • exceptionWhileNotifyingPaTaskListener Link icon

      public ProcessEngineException exceptionWhileNotifyingPaTaskListener(Exception e)
    • noTargetProcessApplicationForExecution Link icon

      public void noTargetProcessApplicationForExecution(DelegateExecution execution)
    • paDoesNotProvideExecutionListener Link icon

      public void paDoesNotProvideExecutionListener(String paName)
    • cannotInvokeListenerPaUnavailable Link icon

      public void cannotInvokeListenerPaUnavailable(String paName, ProcessApplicationUnavailableException e)
    • paDoesNotProvideTaskListener Link icon

      public void paDoesNotProvideTaskListener(String paName)
    • paElResolversDiscovered Link icon

      public void paElResolversDiscovered(String summary)
    • noElResolverProvided Link icon

      public void noElResolverProvided(String paName, String string)
    • processApplicationExecutionException Link icon

      public ProcessApplicationExecutionException processApplicationExecutionException(Exception e)
    • ejbPaCannotLookupSelfReference Link icon

      public ProcessEngineException ejbPaCannotLookupSelfReference(NamingException e)
    • ejbPaCannotAutodetectName Link icon

      public ProcessEngineException ejbPaCannotAutodetectName(NamingException e)
    • processApplicationUnavailableException Link icon

      public ProcessApplicationUnavailableException processApplicationUnavailableException(String name, Throwable cause)
    • processApplicationUnavailableException Link icon

      public ProcessApplicationUnavailableException processApplicationUnavailableException(String name)
    • servletDeployerNoPaFound Link icon

      public void servletDeployerNoPaFound(String ctxName)
    • multiplePasException Link icon

      public String multiplePasException(Set<Class<?>> c, String appId)
    • paWrongTypeException Link icon

      public String paWrongTypeException(Class<?> paClass)
    • detectedPa Link icon

      public void detectedPa(Class<?> paClass)
    • alreadyDeployed Link icon

      public void alreadyDeployed()
    • notDeployed Link icon

      public void notDeployed()
    • couldNotRemoveDefinitionsFromCache Link icon

      public void couldNotRemoveDefinitionsFromCache(Throwable t)
    • exceptionWhileRegisteringDeploymentsWithJobExecutor Link icon

      public ProcessEngineException exceptionWhileRegisteringDeploymentsWithJobExecutor(Exception e)
    • exceptionWhileUnregisteringDeploymentsWithJobExecutor Link icon

      public void exceptionWhileUnregisteringDeploymentsWithJobExecutor(Exception e)
    • registrationSummary Link icon

      public void registrationSummary(String string)
    • exceptionWhileLoggingRegistrationSummary Link icon

      public void exceptionWhileLoggingRegistrationSummary(Throwable e)
    • isContextSwitchLoggable Link icon

      public boolean isContextSwitchLoggable()
    • debugNoTargetProcessApplicationFound Link icon

      public void debugNoTargetProcessApplicationFound(ExecutionEntity execution, ProcessApplicationManager processApplicationManager)
    • debugNoTargetProcessApplicationFoundForCaseExecution Link icon

      public void debugNoTargetProcessApplicationFoundForCaseExecution(CaseExecutionEntity execution, ProcessApplicationManager processApplicationManager)