Uses of Enum Class
org.frankframework.monitoring.ITrigger.TriggerType
Packages that use ITrigger.TriggerType
-
Uses of ITrigger.TriggerType in org.frankframework.management.bus.dto
Methods in org.frankframework.management.bus.dto that return ITrigger.TriggerTypeMethods in org.frankframework.management.bus.dto with parameters of type ITrigger.TriggerType -
Uses of ITrigger.TriggerType in org.frankframework.monitoring
Methods in org.frankframework.monitoring that return ITrigger.TriggerTypeModifier and TypeMethodDescriptionITrigger.getTriggerType()
Trigger.getTriggerType()
static ITrigger.TriggerType
Returns the enum constant of this class with the specified name.static ITrigger.TriggerType[]
ITrigger.TriggerType.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.frankframework.monitoring with parameters of type ITrigger.TriggerTypeModifier and TypeMethodDescriptionvoid
Monitor.changeState
(ITrigger.TriggerType type, Severity severity, MonitorEvent event) protected void
Monitor.clearEvents
(ITrigger.TriggerType alarm) void
ITrigger.setTriggerType
(ITrigger.TriggerType type) void
Trigger.setTriggerType
(ITrigger.TriggerType triggerType)