public abstract class AbstractSyncInterceptor extends AbstractInterceptor implements ConcreteSyncInterceptor
| Constructor and Description |
|---|
AbstractSyncInterceptor() |
| Modifier and Type | Method and Description |
|---|---|
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 in interface org.aopalliance.intercept.MethodInterceptorThrowablepublic Object around(RuntimeContext context, org.aopalliance.intercept.MethodInvocation joinPoint) throws Throwable
around in interface ConcreteSyncInterceptorThrowableprotected ConcreteSyncInterceptor asyncToSync(ConcreteInterceptor interceptor)
Copyright © 2018. All rights reserved.