org.mule.api.processor.policy
Class TimingPolicy

java.lang.Object
  extended by org.mule.api.processor.policy.TimingPolicy
All Implemented Interfaces:
AroundPolicy

public class TimingPolicy
extends Object
implements AroundPolicy


Field Summary
protected  Log logger
           
 
Constructor Summary
TimingPolicy()
           
 
Method Summary
 String getName()
           
 MuleEvent invoke(PolicyInvocation invocation)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

logger

protected final Log logger
Constructor Detail

TimingPolicy

public TimingPolicy()
Method Detail

getName

public String getName()
Specified by:
getName in interface AroundPolicy

invoke

public MuleEvent invoke(PolicyInvocation invocation)
                 throws MuleException
Specified by:
invoke in interface AroundPolicy
Throws:
MuleException


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