org.mule.config.spring
Class FunctionalTestAdvice

java.lang.Object
  extended by org.mule.config.spring.FunctionalTestAdvice
All Implemented Interfaces:
org.aopalliance.aop.Advice, org.springframework.aop.BeforeAdvice, org.springframework.aop.MethodBeforeAdvice

public class FunctionalTestAdvice
extends Object
implements org.springframework.aop.MethodBeforeAdvice


Constructor Summary
FunctionalTestAdvice()
           
 
Method Summary
 void before(Method method, Object[] args, Object target)
           
 String getMessage(long ms)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FunctionalTestAdvice

public FunctionalTestAdvice()
Method Detail

before

public void before(Method method,
                   Object[] args,
                   Object target)
            throws Throwable
Specified by:
before in interface org.springframework.aop.MethodBeforeAdvice
Throws:
Throwable

getMessage

public String getMessage(long ms)
                  throws InterruptedException
Throws:
InterruptedException


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