public abstract class AbstractSyncInterceptor extends AbstractInterceptor implements ConcreteSyncInterceptor
| 限定符和类型 | 类和说明 |
|---|---|
static class |
AbstractSyncInterceptor.InnerSyncInterceptor |
| 构造器和说明 |
|---|
AbstractSyncInterceptor() |
| 限定符和类型 | 方法和说明 |
|---|---|
Object |
around(DefinitionContext context,
org.aopalliance.intercept.MethodInvocation joinPoint) |
protected ConcreteSyncInterceptor |
asyncToSync(ConcreteInterceptor interceptor) |
Object |
invoke(org.aopalliance.intercept.MethodInvocation invocation) |
accept_, accept, after, before, getContext, isServiceMethod, 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(DefinitionContext context, org.aopalliance.intercept.MethodInvocation joinPoint) throws Throwable
around 在接口中 ConcreteSyncInterceptorThrowableprotected ConcreteSyncInterceptor asyncToSync(ConcreteInterceptor interceptor)
Copyright © 2022. All rights reserved.