public class TraceAspect extends Object
| Constructor and Description |
|---|
TraceAspect() |
| Modifier and Type | Method and Description |
|---|---|
protected Trace |
getTrace()
Return trace object from context.
|
void |
traceAfterExecute(org.aspectj.lang.JoinPoint jp) |
void |
traceAfterThrowingExecute(org.aspectj.lang.JoinPoint jp,
Exception ex) |
void |
traceBeforeExecute(org.aspectj.lang.JoinPoint jp) |
protected Trace getTrace()
public void traceBeforeExecute(org.aspectj.lang.JoinPoint jp)
public void traceAfterThrowingExecute(org.aspectj.lang.JoinPoint jp,
Exception ex)
public void traceAfterExecute(org.aspectj.lang.JoinPoint jp)
Copyright © 1999–2014 CodeLutin. All rights reserved.