void | 
afterReturning(JoinPoint jp,
               java.lang.Object result)
 
          
| Methods inherited from class java.lang.Object | 
 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
 
 
 
TracingAspect
public TracingAspect() 
 
entry
 
 
 
withinScope
 
 
 
exit
 
 
 
supportsAfterAdvice
 
 
 
beforeStart
 
 
 
beforeTrace
 
 
 
afterReturning
 
 
 
afterThrowing
 
 
 
afterStart
 
 
 
logEnter
protected abstract void logEnter(JoinPoint jp) 
 
 
 
 
logExit
protected abstract void logExit(JoinPoint jp,
                                java.lang.Object result)
 
 
 
 
logThrowable
protected abstract void logThrowable(JoinPoint jp,
                                     java.lang.Throwable throwable)
 
 
 
 
startLog
protected abstract void startLog() 
 
 
 
 
completeLog
protected abstract void completeLog() 
 
 
 
 
 
 |