Package org.frankframework.configuration
Class ConfigurationMessageEvent
java.lang.Object
java.util.EventObject
org.springframework.context.ApplicationEvent
org.springframework.context.event.ApplicationContextEvent
org.frankframework.lifecycle.ApplicationMessageEvent
org.frankframework.configuration.ConfigurationMessageEvent
- All Implemented Interfaces:
Serializable
- See Also:
-
Field Summary
Fields inherited from class org.frankframework.lifecycle.ApplicationMessageEvent
log
Fields inherited from class java.util.EventObject
source
-
Constructor Summary
ConstructorDescriptionConfigurationMessageEvent
(IConfigurationAware source, String message) ConfigurationMessageEvent
(IConfigurationAware source, String message, Exception e) ConfigurationMessageEvent
(IConfigurationAware source, String message, MessageKeeper.MessageKeeperLevel level) -
Method Summary
Modifier and TypeMethodDescriptionMethods inherited from class org.springframework.context.event.ApplicationContextEvent
getApplicationContext
Methods inherited from class org.springframework.context.ApplicationEvent
getTimestamp
Methods inherited from class java.util.EventObject
toString
-
Constructor Details
-
ConfigurationMessageEvent
-
ConfigurationMessageEvent
public ConfigurationMessageEvent(IConfigurationAware source, String message, MessageKeeper.MessageKeeperLevel level) -
ConfigurationMessageEvent
-
-
Method Details
-
getSource
- Overrides:
getSource
in classEventObject
-
getMessageKeeperMessage
- Overrides:
getMessageKeeperMessage
in classApplicationMessageEvent
-