org.apache.falcon.plugin
Class ChainableMonitoringPlugin
java.lang.Object
org.apache.falcon.aspect.AbstractFalconAspect
org.apache.falcon.plugin.ChainableMonitoringPlugin
- All Implemented Interfaces:
- MonitoringPlugin
public class ChainableMonitoringPlugin
- extends AbstractFalconAspect
- implements MonitoringPlugin
This class implements the chain of responsibility for configured implementations
of MonitoringPlugin
. LoggingPlugin
is the default.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ChainableMonitoringPlugin
public ChainableMonitoringPlugin()
monitor
public void monitor(ResourceMessage message)
- Specified by:
monitor
in interface MonitoringPlugin
publishMessage
public void publishMessage(ResourceMessage message)
- Specified by:
publishMessage
in class AbstractFalconAspect
Copyright © 2013-2014 Apache Software Foundation. All Rights Reserved.