org.mule.construct.processor
Class FlowConstructStatisticsMessageObserver

java.lang.Object
  extended by org.mule.processor.AbstractMessageObserver
      extended by org.mule.construct.processor.FlowConstructStatisticsMessageObserver
All Implemented Interfaces:
FlowConstructAware, MessageProcessor

public class FlowConstructStatisticsMessageObserver
extends AbstractMessageObserver
implements FlowConstructAware


Field Summary
protected  FlowConstruct flowConstruct
           
 
Fields inherited from class org.mule.processor.AbstractMessageObserver
logger
 
Constructor Summary
FlowConstructStatisticsMessageObserver()
           
 
Method Summary
 void observe(MuleEvent event)
           
 void setFlowConstruct(FlowConstruct flowConstruct)
           
 
Methods inherited from class org.mule.processor.AbstractMessageObserver
process, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

flowConstruct

protected FlowConstruct flowConstruct
Constructor Detail

FlowConstructStatisticsMessageObserver

public FlowConstructStatisticsMessageObserver()
Method Detail

observe

public void observe(MuleEvent event)
Specified by:
observe in class AbstractMessageObserver

setFlowConstruct

public void setFlowConstruct(FlowConstruct flowConstruct)
Specified by:
setFlowConstruct in interface FlowConstructAware


Copyright © 2003-2010 MuleSoft, Inc.. All Rights Reserved.