Uses of Enum Class
org.frankframework.monitoring.EventType
Packages that use EventType
-
Uses of EventType in org.frankframework.management.bus.dto
Methods in org.frankframework.management.bus.dto that return EventTypeMethods in org.frankframework.management.bus.dto with parameters of type EventType -
Uses of EventType in org.frankframework.monitoring
Methods in org.frankframework.monitoring that return EventTypeModifier and TypeMethodDescriptionMonitor.getType()
static EventType
Returns 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 TypeMethodDescriptionvoid
Monitor.changeMonitorState
(EventType eventType, Severity severity, String eventCode, MonitorEvent event) void
IMonitorDestination.fireEvent
(String monitorName, EventType eventType, Severity severity, String eventCode, MonitorEvent message) void
MonitorDestination.fireEvent
(String monitorName, EventType eventType, Severity severity, String eventCode, MonitorEvent event) protected String
AbstractMonitorDestination.makeXml
(String monitorName, EventType eventType, Severity severity, String eventCode, MonitorEvent event) void