public class Tracer extends Object implements org.springframework.aop.MethodBeforeAdvice, org.springframework.aop.AfterReturningAdvice
Tracer()
void
afterReturning(Object retVal, Method m, Object[] args, Object target)
before(Method m, Object[] args, Object target)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public Tracer()
public void before(Method m, Object[] args, Object target)
before
org.springframework.aop.MethodBeforeAdvice
public void afterReturning(Object retVal, Method m, Object[] args, Object target)
afterReturning
org.springframework.aop.AfterReturningAdvice
Copyright © 2008-2012. All Rights Reserved.