Package org.frankframework.monitoring
Class Clearing
java.lang.Object
org.frankframework.monitoring.Trigger
org.frankframework.monitoring.Clearing
- All Implemented Interfaces:
EventListener
,LazyLoadingEventListener<FireMonitorEvent>
,ITrigger
,org.springframework.beans.factory.DisposableBean
,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
-
Field Summary
-
Constructor Summary
-
Method Summary
Methods inherited from class org.frankframework.monitoring.Trigger
addAdapterFilter, addEventCodeText, changeState, cleanUpEvents, clearAdapterFilters, clearEvents, configure, destroy, evaluateAdapterFilters, evaluateEvent, getAdapterFilters, getEventCodes, getMonitor, getPeriod, getSeverity, getSourceFiltering, getThreshold, getTriggerType, isAlarm, isConfigured, isFilterOnAdapters, isFilterOnLowerLevelObjects, onApplicationEvent, setEventCode, setEventCodes, setMonitor, setPeriod, setSeverity, setSourceFiltering, setThreshold, setTriggerType, toXml
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.springframework.context.ApplicationListener
supportsAsyncExecution
-
Constructor Details
-
Clearing
public Clearing()
-