@ServerSide @ClientSide @Local @Default @TestContext public static class AbstractSyncInterceptor.InnerSyncInterceptor extends AbstractSyncInterceptor
AbstractSyncInterceptor.InnerSyncInterceptor| 限定符和类型 | 方法和说明 |
|---|---|
boolean |
accept_(DefinitionContext context) |
Object |
after(DefinitionContext context,
org.aopalliance.intercept.MethodInvocation joinPoint,
Object result) |
void |
before(DefinitionContext context,
org.aopalliance.intercept.MethodInvocation joinPoint) |
int |
getOrder() |
Throwable |
onError(DefinitionContext context,
org.aopalliance.intercept.MethodInvocation joinPoint,
Throwable th) |
around, asyncToSync, invokeaccept, getContext, isServiceMethodclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitacceptpublic int getOrder()
public boolean accept_(DefinitionContext context)
accept_ 在类中 AbstractInterceptorpublic void before(DefinitionContext context, org.aopalliance.intercept.MethodInvocation joinPoint)
before 在接口中 ConcreteInterceptorbefore 在类中 AbstractInterceptorpublic Object after(DefinitionContext context, org.aopalliance.intercept.MethodInvocation joinPoint, Object result)
after 在接口中 ConcreteInterceptorafter 在类中 AbstractInterceptorpublic Throwable onError(DefinitionContext context, org.aopalliance.intercept.MethodInvocation joinPoint, Throwable th)
onError 在接口中 ConcreteInterceptoronError 在类中 AbstractInterceptorCopyright © 2021. All rights reserved.