@ServerSide @TestContext @Local public class OperationLogInterceptor extends AbstractSyncInterceptor
AbstractSyncInterceptor.InnerSyncInterceptor| 构造器和说明 |
|---|
OperationLogInterceptor() |
| 限定符和类型 | 方法和说明 |
|---|---|
protected boolean |
accept_(DefinitionContext context) |
Object |
after(DefinitionContext context,
org.aopalliance.intercept.MethodInvocation joinPoint,
Object result) |
int |
getOrder() |
Object |
invoke(org.aopalliance.intercept.MethodInvocation invocation) |
around, asyncToSyncaccept, before, getContext, isServiceMethod, onErrorclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitaccept, before, onErrorpublic int getOrder()
protected boolean accept_(DefinitionContext context)
accept_ 在类中 AbstractInterceptorpublic Object invoke(org.aopalliance.intercept.MethodInvocation invocation) throws Throwable
invoke 在接口中 org.aopalliance.intercept.MethodInterceptorinvoke 在类中 AbstractSyncInterceptorThrowablepublic Object after(DefinitionContext context, org.aopalliance.intercept.MethodInvocation joinPoint, Object result)
after 在接口中 ConcreteInterceptorafter 在类中 AbstractInterceptorCopyright © 2020. All rights reserved.