Package org.frankframework.monitoring
Class Clearing
java.lang.Object
org.frankframework.monitoring.Trigger
org.frankframework.monitoring.Clearing
- All Implemented Interfaces:
EventListener,IConfigurable,LazyLoadingEventListener<FireMonitorEvent>,ITrigger,org.springframework.beans.factory.Aware,org.springframework.beans.factory.DisposableBean,org.springframework.context.ApplicationContextAware,org.springframework.context.ApplicationListener<FireMonitorEvent>
A Trigger that starts its life with type = CLEARING. The type of the trigger can be changed dynamically.
- Author:
- martijn
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.frankframework.monitoring.ITrigger
ITrigger.TriggerType -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.frankframework.monitoring.Trigger
addAdapterFilter, addEventCodeText, changeState, cleanUpEvents, clearAdapterFilters, clearEvents, configure, destroy, evaluateAdapterFilters, evaluateEvent, getAdapterFilters, getEventCodes, isConfigured, isFilterOnAdapters, isFilterOnLowerLevelObjects, onApplicationEvent, setEventCode, setEventCodes, setMonitor, setPeriod, setThreshold, toXmlMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.springframework.context.ApplicationContextAware
setApplicationContextMethods inherited from interface org.springframework.context.ApplicationListener
supportsAsyncExecutionMethods inherited from interface org.frankframework.monitoring.ITrigger
getPeriod, getSeverity, getSourceFiltering, getThreshold, getTriggerType, setSeverity, setSourceFiltering, setTriggerType
-
Constructor Details
-
Clearing
public Clearing()
-