Package org.frankframework.monitoring
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.Aware,- org.springframework.beans.factory.DisposableBean,- org.springframework.context.ApplicationContextAware,- 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 SummaryNested classes/interfaces inherited from interface org.frankframework.monitoring.ITriggerITrigger.TriggerType
- 
Constructor SummaryConstructors
- 
Method SummaryMethods inherited from class org.frankframework.monitoring.TriggeraddAdapterFilter, 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.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.springframework.context.ApplicationContextAwaresetApplicationContextMethods inherited from interface org.springframework.context.ApplicationListenersupportsAsyncExecutionMethods inherited from interface org.frankframework.monitoring.ITriggergetPeriod, getSeverity, getSourceFiltering, getThreshold, getTriggerType, setSeverity, setSourceFiltering, setTriggerType
- 
Constructor Details- 
Alarmpublic Alarm()
 
-