public interface ConcreteInterceptor extends org.aopalliance.intercept.MethodInterceptor, InterceptOrdered
| 限定符和类型 | 方法和说明 |
|---|---|
boolean |
accept(RuntimeContext context) |
Object |
after(RuntimeContext context,
org.aopalliance.intercept.MethodInvocation joinPoint,
Object result) |
Object |
around(RuntimeContext context,
org.aopalliance.intercept.MethodInvocation joinPoint) |
void |
before(RuntimeContext context,
org.aopalliance.intercept.MethodInvocation joinPoint) |
Object |
invoke(org.aopalliance.intercept.MethodInvocation invocation) |
Throwable |
onError(RuntimeContext context,
org.aopalliance.intercept.MethodInvocation joinPoint,
Throwable th) |
getOrderObject invoke(org.aopalliance.intercept.MethodInvocation invocation) throws Throwable
invoke 在接口中 org.aopalliance.intercept.MethodInterceptorThrowableboolean accept(RuntimeContext context)
Object around(RuntimeContext context, org.aopalliance.intercept.MethodInvocation joinPoint) throws Throwable
Throwablevoid before(RuntimeContext context, org.aopalliance.intercept.MethodInvocation joinPoint)
Object after(RuntimeContext context, org.aopalliance.intercept.MethodInvocation joinPoint, Object result)
Throwable onError(RuntimeContext context, org.aopalliance.intercept.MethodInvocation joinPoint, Throwable th)
Copyright © 2017. All rights reserved.