Package org.frankframework.monitoring
Class SenderMonitorAdapter
java.lang.Object
org.frankframework.monitoring.AbstractMonitorDestination
org.frankframework.monitoring.SenderMonitorAdapter
- All Implemented Interfaces:
INamedObject
,IMonitorDestination
,org.springframework.beans.factory.Aware
,org.springframework.context.ApplicationContextAware
IMonitorAdapter that uses a
sender
to send its message.- Since:
- 4.9
- Author:
- Gerrit van Brakel
-
Field Summary
Fields inherited from class org.frankframework.monitoring.AbstractMonitorDestination
log
-
Constructor Summary
-
Method Summary
Methods inherited from class org.frankframework.monitoring.AbstractMonitorDestination
getApplicationContext, getName, getUserClass, makeXml, setApplicationContext, setName
-
Constructor Details
-
SenderMonitorAdapter
public SenderMonitorAdapter()
-
-
Method Details
-
configure
- Specified by:
configure
in interfaceIMonitorDestination
- Overrides:
configure
in classAbstractMonitorDestination
- Throws:
ConfigurationException
-
fireEvent
public void fireEvent(String monitorName, EventType eventType, Severity severity, String eventCode, MonitorEvent event) -
toXml
- Specified by:
toXml
in interfaceIMonitorDestination
- Overrides:
toXml
in classAbstractMonitorDestination
-
getSender
-
setSender
-