Package org.frankframework.monitoring
Class SenderMonitorAdapter
java.lang.Object
org.frankframework.monitoring.AbstractMonitorDestination
org.frankframework.monitoring.MonitorDestination
org.frankframework.monitoring.SenderMonitorAdapter
- All Implemented Interfaces:
HasName
,IConfigurable
,NameAware
,ConfigurableLifecycle
,IMonitorDestination
,org.springframework.beans.factory.Aware
,org.springframework.context.ApplicationContextAware
,org.springframework.context.Lifecycle
,org.springframework.context.Phased
,org.springframework.context.SmartLifecycle
Deprecated.
Class has been renamed to 'MonitorDestination'.
-
Field Summary
Fields inherited from class org.frankframework.monitoring.AbstractMonitorDestination
log
Fields inherited from interface org.springframework.context.SmartLifecycle
DEFAULT_PHASE
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.frankframework.monitoring.MonitorDestination
configure, fireEvent, getSender, setSender, toXml
Methods inherited from class org.frankframework.monitoring.AbstractMonitorDestination
getApplicationContext, getName, getUserClass, isRunning, makeXml, setApplicationContext, setName, start, stop
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.frankframework.lifecycle.ConfigurableLifecycle
getPhase, isAutoStartup
Methods inherited from interface org.springframework.context.SmartLifecycle
stop
-
Constructor Details
-
SenderMonitorAdapter
public SenderMonitorAdapter()Deprecated.
-