public class TraceAspect extends Object
Constructor and Description |
---|
TraceAspect() |
Modifier and Type | Method and Description |
---|---|
protected org.nuiton.profiling.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 org.nuiton.profiling.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–2020 CodeLutin. All rights reserved.