public abstract class AbstractInterceptor extends Object implements ConcreteInterceptor
| Constructor and Description |
|---|
AbstractInterceptor() |
| Modifier and Type | Method and Description |
|---|---|
Object |
after(RuntimeContext context,
org.aopalliance.intercept.MethodInvocation joinPoint,
Object result) |
void |
before(RuntimeContext context,
org.aopalliance.intercept.MethodInvocation joinPoint) |
protected static RuntimeContext |
getContext(org.aopalliance.intercept.MethodInvocation joinPoint) |
Throwable |
onError(RuntimeContext context,
org.aopalliance.intercept.MethodInvocation joinPoint,
Throwable th) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitacceptgetOrderprotected static final RuntimeContext getContext(org.aopalliance.intercept.MethodInvocation joinPoint)
public void before(RuntimeContext context, org.aopalliance.intercept.MethodInvocation joinPoint)
before in interface ConcreteInterceptorpublic Object after(RuntimeContext context, org.aopalliance.intercept.MethodInvocation joinPoint, Object result)
after in interface ConcreteInterceptorpublic Throwable onError(RuntimeContext context, org.aopalliance.intercept.MethodInvocation joinPoint, Throwable th)
onError in interface ConcreteInterceptorCopyright © 2018. All rights reserved.