|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.mod4j.runtime.aspects.LoggingAspect
public class LoggingAspect
Interceptor class to inject logging / tracing.
| Field Summary |
|---|
| Fields inherited from interface org.springframework.core.Ordered |
|---|
HIGHEST_PRECEDENCE, LOWEST_PRECEDENCE |
| Constructor Summary | |
|---|---|
LoggingAspect()
|
|
| Method Summary | |
|---|---|
int |
getOrder()
|
void |
logAfter(org.aspectj.lang.JoinPoint call)
Logs the exit (regardless of successful return or exception, aka 'finally') of an advised method. |
void |
logBefore(org.aspectj.lang.JoinPoint call)
Logs the entry of an advised method. |
void |
setOrder(int order)
Allows the order of this aspect to be set. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public LoggingAspect()
| Method Detail |
|---|
public void logBefore(org.aspectj.lang.JoinPoint call)
call - The intercepted JoinPoint.public void logAfter(org.aspectj.lang.JoinPoint call)
call - The intercepted JoinPoint.public int getOrder()
getOrder in interface org.springframework.core.Orderedpublic void setOrder(int order)
order - the order to set.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||