@Component public class MethodLoggingAdvice extends Object
| Constructor and Description |
|---|
MethodLoggingAdvice() |
| Modifier and Type | Method and Description |
|---|---|
Object |
logMethodBeingInvoked(org.aspectj.lang.ProceedingJoinPoint pjp)
Around advice that logs methods being invoked for all DAO operations methods.
|
protected void |
operationsMethods()
A pointcut for all herd DAO operations methods.
|
protected void operationsMethods()
public Object logMethodBeingInvoked(org.aspectj.lang.ProceedingJoinPoint pjp) throws Throwable
pjp - the proceeding join point.Throwable - if there were any problems executing the method.Copyright © 2019. All rights reserved.