org.mule.config.spring
Class TimingInterceptor

java.lang.Object
  extended by org.mule.config.spring.TimingInterceptor
All Implemented Interfaces:
org.mule.api.interceptor.Interceptor

public class TimingInterceptor
extends Object
implements org.mule.api.interceptor.Interceptor


Field Summary
static long UNCALLED
           
 
Constructor Summary
TimingInterceptor()
           
 
Method Summary
 long getInterval()
           
 org.mule.api.MuleMessage intercept(org.mule.api.interceptor.Invocation invocation)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

UNCALLED

public static final long UNCALLED
See Also:
Constant Field Values
Constructor Detail

TimingInterceptor

public TimingInterceptor()
Method Detail

intercept

public org.mule.api.MuleMessage intercept(org.mule.api.interceptor.Invocation invocation)
                                   throws org.mule.api.MuleException
Specified by:
intercept in interface org.mule.api.interceptor.Interceptor
Throws:
org.mule.api.MuleException

getInterval

public long getInterval()


Copyright © 2003-2008 MuleSource, Inc.. All Rights Reserved.