Class Alarm
java.lang.Object
org.frankframework.monitoring.Trigger
org.frankframework.monitoring.Alarm
- All Implemented Interfaces:
EventListener, IConfigurable, LazyLoadingEventListener<FireMonitorEvent>, ITrigger, org.springframework.beans.factory.DisposableBean, org.springframework.context.ApplicationListener<FireMonitorEvent>
A Trigger that starts its life with type = ALARM. The type of the trigger can be changed dynamically.
- Author:
- martijn
-
Nested Class Summary
Nested classes/interfaces inherited from interface ITrigger
ITrigger.TriggerType -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class 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 Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.springframework.context.ApplicationListener
supportsAsyncExecutionMethods inherited from interface ITrigger
getPeriod, getSeverity, getSourceFiltering, getThreshold, getTriggerType, setSeverity, setSourceFiltering, setTriggerType
-
Constructor Details
-
Alarm
public Alarm()
-