Interface | Description |
---|---|
EventHandler |
Interface exposed to objects to be monitored, to throw their events to; To be implemented by code that handles event.
|
EventThrowing |
Interface to be implemented by objects to be monitored; Is called by code that handles event.
|
IMonitorAdapter |
Interface to monitoring service.
|
ITrigger |
Class | Description |
---|---|
AdapterFilter |
Filter on Adapters, used by Triggers.
|
Alarm |
A Trigger that starts its life with type = ALARM.
|
Clearing |
A Trigger that starts its life with type = CLEARING.
|
EventPublisher |
Publisher to wrap the monitoring events and publish them to the Spring Context
|
GalmMonitorAdapter |
MonitorAdapter that creates log lines for the GALM log adapter.
|
Monitor | |
MonitorAdapterBase | |
MonitoringFactory |
Factory for the MonitorManagers, returns the context's manager
This bean is a singleton, not a prototype, which is why the GenericFactory
can not be used.
|
MonitorManager |
Manager for Monitoring.
|
SenderMonitorAdapter |
IMonitorAdapter that uses a
sender to send its message. |
Trigger |
A Trigger that has its type configured at startup.
|
Enum | Description |
---|---|
EventTypeEnum |
Enumeration of Event Types for monitoring.
|
ITrigger.TriggerType | |
SeverityEnum |
Enumeration of Severities for monitoring.
|
SourceFiltering |
Enumeration of SourceTypes for trigger filters.
|
Exception | Description |
---|---|
MonitorException |
Copyright © 2023 Frank!Framework. All rights reserved.