Uses of Enum Class
org.frankframework.monitoring.Severity
Packages that use Severity
-
Uses of Severity in org.frankframework.monitoring
Methods in org.frankframework.monitoring that return SeverityModifier and TypeMethodDescriptionITrigger.getSeverity()static SeverityReturns the enum constant of this class with the specified name.static Severity[]Severity.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 SeverityModifier and TypeMethodDescriptionvoidMonitor.changeMonitorState(EventType eventType, Severity severity, String eventCode, MonitorEvent event) voidMonitor.changeState(ITrigger.TriggerType type, Severity severity, MonitorEvent event) voidIMonitorDestination.fireEvent(String monitorName, EventType eventType, Severity severity, String eventCode, MonitorEvent message) voidMonitorDestination.fireEvent(String monitorName, EventType eventType, Severity severity, String eventCode, MonitorEvent event) protected StringAbstractMonitorDestination.makeXml(String monitorName, EventType eventType, Severity severity, String eventCode, MonitorEvent event) voidITrigger.setSeverity(Severity severity)