@Deprecated public abstract class AbstractConcreteAspect<T extends AbstractInterceptor> extends AbstractSyncInterceptor implements org.springframework.core.Ordered
AbstractSyncInterceptor.InnerSyncInterceptor| Constructor and Description |
|---|
AbstractConcreteAspect()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
accept_(RuntimeContext context)
Deprecated.
|
Object |
after(RuntimeContext context,
org.aopalliance.intercept.MethodInvocation joinPoint,
Object result)
Deprecated.
|
Object |
around(RuntimeContext context,
org.aopalliance.intercept.MethodInvocation joinPoint)
Deprecated.
|
void |
before(RuntimeContext context,
org.aopalliance.intercept.MethodInvocation joinPoint)
Deprecated.
|
int |
getOrder()
Deprecated.
|
Throwable |
onError(RuntimeContext context,
org.aopalliance.intercept.MethodInvocation joinPoint,
Throwable th)
Deprecated.
|
Object |
weaverPoint(org.aspectj.lang.ProceedingJoinPoint joinPoint)
Deprecated.
|
asyncToSync, invokeaccept, getContextclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitacceptpublic final Object weaverPoint(org.aspectj.lang.ProceedingJoinPoint joinPoint) throws Throwable
Throwablepublic final boolean accept_(RuntimeContext context)
accept_ in class AbstractInterceptorpublic final Object around(RuntimeContext context, org.aopalliance.intercept.MethodInvocation joinPoint) throws Throwable
around in interface ConcreteSyncInterceptoraround in class AbstractSyncInterceptorThrowablepublic final void before(RuntimeContext context, org.aopalliance.intercept.MethodInvocation joinPoint)
before in interface ConcreteInterceptorbefore in class AbstractInterceptorpublic final Object after(RuntimeContext context, org.aopalliance.intercept.MethodInvocation joinPoint, Object result)
after in interface ConcreteInterceptorafter in class AbstractInterceptorpublic final Throwable onError(RuntimeContext context, org.aopalliance.intercept.MethodInvocation joinPoint, Throwable th)
onError in interface ConcreteInterceptoronError in class AbstractInterceptorpublic final int getOrder()
getOrder in interface InterceptOrderedgetOrder in interface org.springframework.core.OrderedCopyright © 2018. All rights reserved.