Uses of Enum Class
org.frankframework.monitoring.EventType
Packages that use EventType
-
Uses of EventType in org.frankframework.monitoring
Methods in org.frankframework.monitoring that return EventTypeModifier and TypeMethodDescriptionstatic EventTypeReturns the enum constant of this class with the specified name.static EventType[]EventType.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 EventTypeModifier and TypeMethodDescriptionvoidMonitor.changeMonitorState(EventType eventType, Severity severity, String eventCode, 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)