Package org.frankframework.configuration
Class ApplicationWarnings
java.lang.Object
org.frankframework.configuration.AbstractApplicationWarnings
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 AbstractApplicationWarnings
-
Constructor Summary
-
Method Summary
Methods inherited from class org.frankframework.configuration.AbstractApplicationWarnings
add, add, addWarnings, doAdd, doAdd, doAdd, get, getAppConstants, getApplicationContext, getWarnings, isEmpty, setApplicationContext, size
-
Constructor Details
-
ApplicationWarnings
public ApplicationWarnings()
-
-
Method Details
-
add
Add an ApplicationWarning -
add
Add an ApplicationWarning and log the exception stack -
removeInstance
public static void removeInstance() -
afterPropertiesSet
public void afterPropertiesSet()- Specified by:
afterPropertiesSet
in interfaceorg.springframework.beans.factory.InitializingBean
- Overrides:
afterPropertiesSet
in classAbstractApplicationWarnings
-
destroy
public void destroy()- Specified by:
destroy
in interfaceorg.springframework.beans.factory.DisposableBean
- Overrides:
destroy
in classAbstractApplicationWarnings
-
getSize
public static int getSize() -
getWarningsList
-