Class ApplicationWarnings

java.lang.Object
org.frankframework.configuration.ApplicationWarningsBase
org.frankframework.configuration.ApplicationWarnings
All Implemented Interfaces:
org.springframework.beans.factory.Aware, org.springframework.beans.factory.DisposableBean, org.springframework.beans.factory.InitializingBean, org.springframework.context.ApplicationContextAware

@IbisInitializer @Priority(2147483647) @Scope(scopeName="singleton") public class ApplicationWarnings extends ApplicationWarningsBase
  • Constructor Details

    • ApplicationWarnings

      public ApplicationWarnings()
  • Method Details

    • add

      public static void add(org.apache.logging.log4j.Logger log, String message)
      Add an AppplicationWarning
    • add

      public static void add(org.apache.logging.log4j.Logger log, String message, Throwable t)
      Add an AppplicationWarning and log the exception stack
    • removeInstance

      public static void removeInstance()
    • afterPropertiesSet

      public void afterPropertiesSet()
      Specified by:
      afterPropertiesSet in interface org.springframework.beans.factory.InitializingBean
      Overrides:
      afterPropertiesSet in class ApplicationWarningsBase
    • destroy

      public void destroy()
      Specified by:
      destroy in interface org.springframework.beans.factory.DisposableBean
      Overrides:
      destroy in class ApplicationWarningsBase
    • getSize

      public static int getSize()
    • getWarningsList

      public static List<String> getWarningsList()