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 java.lang.Object
implements org.springframework.aop.MethodBeforeAdvice


Constructor Summary
FunctionalTestAdvice()
           
 
Method Summary
 void before(java.lang.reflect.Method method, java.lang.Object[] args, java.lang.Object target)
           
 java.lang.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(java.lang.reflect.Method method,
                   java.lang.Object[] args,
                   java.lang.Object target)
            throws java.lang.Throwable
Specified by:
before in interface org.springframework.aop.MethodBeforeAdvice
Throws:
java.lang.Throwable

getMessage

public java.lang.String getMessage(long ms)
                            throws java.lang.InterruptedException
Throws:
java.lang.InterruptedException


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