public class MaximumConcurrencyInterceptor extends AbstractInterceptor
| Constructor and Description |
|---|
MaximumConcurrencyInterceptor() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
accept(RuntimeContext context) |
Object |
after(RuntimeContext context,
org.aopalliance.intercept.MethodInvocation joinPoint,
Object result) |
void |
before(RuntimeContext context,
org.aopalliance.intercept.MethodInvocation joinPoint) |
int |
getOrder() |
Throwable |
onError(RuntimeContext context,
org.aopalliance.intercept.MethodInvocation joinPoint,
Throwable th) |
getContextpublic int getOrder()
public boolean accept(RuntimeContext context)
public void before(RuntimeContext context, org.aopalliance.intercept.MethodInvocation joinPoint)
before in interface ConcreteInterceptorbefore in class AbstractInterceptorpublic Object after(RuntimeContext context, org.aopalliance.intercept.MethodInvocation joinPoint, Object result)
after in interface ConcreteInterceptorafter in class AbstractInterceptorpublic Throwable onError(RuntimeContext context, org.aopalliance.intercept.MethodInvocation joinPoint, Throwable th)
onError in interface ConcreteInterceptoronError in class AbstractInterceptorCopyright © 2018. All rights reserved.