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
logFields inherited from interface org.springframework.context.SmartLifecycle
DEFAULT_PHASE -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.frankframework.monitoring.MonitorDestination
configure, fireEvent, toXmlMethods inherited from class org.frankframework.monitoring.AbstractMonitorDestination
getUserClass, isRunning, makeXml, setName, start, stopMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.springframework.context.ApplicationContextAware
setApplicationContextMethods inherited from interface org.frankframework.lifecycle.ConfigurableLifecycle
getPhase, isAutoStartup, isConfiguredMethods inherited from interface org.springframework.context.SmartLifecycle
stop
-
Constructor Details
-
SenderMonitorAdapter
public SenderMonitorAdapter()Deprecated.
-