public abstract class AbstractSyncInterceptor extends AbstractInterceptor implements ConcreteSyncInterceptor
| 构造器和说明 |
|---|
AbstractSyncInterceptor() |
| 限定符和类型 | 方法和说明 |
|---|---|
Object |
around(RuntimeContext context,
org.aopalliance.intercept.MethodInvocation joinPoint) |
protected ConcreteSyncInterceptor |
asyncToSync(ConcreteInterceptor interceptor) |
Object |
invoke(org.aopalliance.intercept.MethodInvocation invocation) |
after, before, getContext, onErrorclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitaccept, after, before, onErrorgetOrderpublic Object invoke(org.aopalliance.intercept.MethodInvocation invocation) throws Throwable
invoke 在接口中 org.aopalliance.intercept.MethodInterceptorThrowablepublic Object around(RuntimeContext context, org.aopalliance.intercept.MethodInvocation joinPoint) throws Throwable
around 在接口中 ConcreteSyncInterceptorThrowableprotected ConcreteSyncInterceptor asyncToSync(ConcreteInterceptor interceptor)
Copyright © 2018. All rights reserved.