Uses of Enum Class
org.frankframework.monitoring.EventType
-
Uses of EventType in org.frankframework.management.bus.dto
-
Uses of EventType in org.frankframework.monitoring
Modifier 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.Modifier 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
SenderMonitorAdapter.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