Class ContainerIntegrationLogger

    • Constructor Detail

      • ContainerIntegrationLogger

        public ContainerIntegrationLogger()
    • Method Detail

      • couldNotInstantiateJobExecutorClass

        public ProcessEngineException couldNotInstantiateJobExecutorClass​(java.lang.Exception e)
      • couldNotLoadJobExecutorClass

        public ProcessEngineException couldNotLoadJobExecutorClass​(java.lang.Exception e)
      • exceptionWhileStopping

        public void exceptionWhileStopping​(java.lang.String serviceType,
                                           java.lang.String serviceName,
                                           java.lang.Throwable t)
      • debugRootPath

        public void debugRootPath​(java.lang.String urlPath)
      • cannotDecodePathName

        public ProcessEngineException cannotDecodePathName​(java.io.UnsupportedEncodingException e)
      • exceptionWhileScanning

        public ProcessEngineException exceptionWhileScanning​(java.lang.String file,
                                                             java.io.IOException e)
      • debugDiscoveredResource

        public void debugDiscoveredResource​(java.lang.String resourcePath)
      • cannotOpenFileInputStream

        public ProcessEngineException cannotOpenFileInputStream​(java.lang.String absolutePath,
                                                                java.io.IOException e)
      • couldNotGetResource

        public ProcessEngineException couldNotGetResource​(java.lang.String strippedPaResourceRootPath,
                                                          java.lang.ClassLoader cl,
                                                          java.lang.Exception e)
      • cannotFindResourcesForPath

        public void cannotFindResourcesForPath​(java.lang.String resourceRootPath,
                                               java.lang.ClassLoader classLoader)
      • exceptionWhileGettingVirtualFolder

        public ProcessEngineException exceptionWhileGettingVirtualFolder​(java.net.URL url,
                                                                         java.net.URISyntaxException e)
      • cannotScanVfsRoot

        public void cannotScanVfsRoot​(org.jboss.vfs.VirtualFile processArchiveRoot,
                                      java.io.IOException e)
      • cannotReadInputStreamForFile

        public void cannotReadInputStreamForFile​(java.lang.String resourceName,
                                                 org.jboss.vfs.VirtualFile processArchiveRoot,
                                                 java.io.IOException e)
      • exceptionWhileLoadingCpRoots

        public ProcessEngineException exceptionWhileLoadingCpRoots​(java.lang.String strippedPaResourceRootPath,
                                                                   java.lang.ClassLoader classLoader,
                                                                   java.io.IOException e)
      • unsuppoertedParameterType

        public ProcessEngineException unsuppoertedParameterType​(java.lang.reflect.Type parameterType)
      • debugAutoCompleteUrl

        public void debugAutoCompleteUrl​(java.lang.String url)
      • debugAutoCompletedUrl

        public void debugAutoCompletedUrl​(java.lang.String url)
      • foundConfigJndi

        public void foundConfigJndi​(java.lang.String jndi,
                                    java.lang.String string)
      • debugExceptionWhileGettingConfigFromJndi

        public void debugExceptionWhileGettingConfigFromJndi​(java.lang.String jndi,
                                                             javax.naming.NamingException e)
      • foundConfigAtLocation

        public void foundConfigAtLocation​(java.lang.String logStatement,
                                          java.lang.String string)
      • notCreatingPaDeployment

        public void notCreatingPaDeployment​(java.lang.String name)
      • illegalValueForResumePreviousByProperty

        public java.lang.IllegalArgumentException illegalValueForResumePreviousByProperty​(java.lang.String string)
      • deploymentSummary

        public void deploymentSummary​(java.util.Collection<java.lang.String> deploymentResourceNames,
                                      java.lang.String deploymentName)
      • foundProcessesXmlFile

        public void foundProcessesXmlFile​(java.lang.String string)
      • emptyProcessesXml

        public void emptyProcessesXml()
      • noProcessesXmlForPa

        public void noProcessesXmlForPa​(java.lang.String paName)
      • exceptionWhileReadingProcessesXml

        public ProcessEngineException exceptionWhileReadingProcessesXml​(java.lang.String deploymentDescriptor,
                                                                        java.io.IOException e)
      • exceptionWhileInvokingPaLifecycleCallback

        public ProcessEngineException exceptionWhileInvokingPaLifecycleCallback​(java.lang.String methodName,
                                                                                java.lang.String paName,
                                                                                java.lang.Exception e)
      • debugFoundPaLifecycleCallbackMethod

        public void debugFoundPaLifecycleCallbackMethod​(java.lang.String methodName,
                                                        java.lang.String paName)
      • debugPaLifecycleMethodNotFound

        public void debugPaLifecycleMethodNotFound​(java.lang.String methodName,
                                                   java.lang.String paName)
      • camnnotLoadConfigurationClass

        public ProcessEngineException camnnotLoadConfigurationClass​(java.lang.String className,
                                                                    java.lang.Exception e)
      • configurationClassHasWrongType

        public ProcessEngineException configurationClassHasWrongType​(java.lang.String className,
                                                                     java.lang.Class<?> expectedType,
                                                                     java.lang.ClassCastException e)
      • timeoutDuringShutdownOfThreadPool

        public void timeoutDuringShutdownOfThreadPool​(int i,
                                                      java.util.concurrent.TimeUnit seconds)
      • interruptedWhileShuttingDownThreadPool

        public void interruptedWhileShuttingDownThreadPool​(java.lang.InterruptedException e)
      • cannotRegisterService

        public ProcessEngineException cannotRegisterService​(javax.management.ObjectName serviceName,
                                                            java.lang.Exception e)
      • cannotComposeNameFor

        public ProcessEngineException cannotComposeNameFor​(java.lang.String serviceName,
                                                           java.lang.Exception e)
      • exceptionWhileUnregisteringService

        public ProcessEngineException exceptionWhileUnregisteringService​(java.lang.String canonicalName,
                                                                         java.lang.Throwable t)
      • unknownExceptionWhileParsingDeploymentDescriptor

        public ProcessEngineException unknownExceptionWhileParsingDeploymentDescriptor​(java.lang.Exception e)
      • cannotSetValueForProperty

        public ProcessEngineException cannotSetValueForProperty​(java.lang.String key,
                                                                java.lang.String canonicalName,
                                                                java.lang.Exception e)
      • cannotFindSetterForProperty

        public ProcessEngineException cannotFindSetterForProperty​(java.lang.String key,
                                                                  java.lang.String canonicalName)
      • debugPerformOperationStep

        public void debugPerformOperationStep​(java.lang.String stepName)
      • debugSuccessfullyPerformedOperationStep

        public void debugSuccessfullyPerformedOperationStep​(java.lang.String stepName)
      • exceptionWhileRollingBackOperation

        public void exceptionWhileRollingBackOperation​(java.lang.Exception e)
      • exceptionWhilePerformingOperationStep

        public ProcessEngineException exceptionWhilePerformingOperationStep​(java.lang.String opName,
                                                                            java.lang.String stepName,
                                                                            java.lang.Exception e)
      • exceptionWhilePerformingOperationStep

        public void exceptionWhilePerformingOperationStep​(java.lang.String name,
                                                          java.lang.Exception e)
      • debugRejectedExecutionException

        public void debugRejectedExecutionException​(java.util.concurrent.RejectedExecutionException e)
      • foundTomcatDeploymentDescriptor

        public void foundTomcatDeploymentDescriptor​(java.lang.String bpmPlatformFileLocation,
                                                    java.lang.String fileLocation)
      • invalidDeploymentDescriptorLocation

        public ProcessEngineException invalidDeploymentDescriptorLocation​(java.lang.String bpmPlatformFileLocation,
                                                                          java.net.MalformedURLException e)
      • camundaBpmPlatformSuccessfullyStarted

        public void camundaBpmPlatformSuccessfullyStarted​(java.lang.String serverInfo)
      • camundaBpmPlatformStopped

        public void camundaBpmPlatformStopped​(java.lang.String serverInfo)
      • paDeployed

        public void paDeployed​(java.lang.String name)
      • paUndeployed

        public void paUndeployed​(java.lang.String name)