public class SyncLockMethodInterceptor extends Object implements org.aopalliance.intercept.MethodInterceptor, org.springframework.aop.PointcutAdvisor, org.springframework.aop.framework.AopInfrastructureBean
| 构造器和说明 |
|---|
SyncLockMethodInterceptor(LockClient lockClient) |
SyncLockMethodInterceptor(LockClient lockClient,
LockContextFactory lockContextFactory) |
| 限定符和类型 | 方法和说明 |
|---|---|
org.aopalliance.aop.Advice |
getAdvice() |
org.springframework.aop.Pointcut |
getPointcut() |
Object |
invoke(org.aopalliance.intercept.MethodInvocation invocation) |
boolean |
isPerInstance() |
public SyncLockMethodInterceptor(@Nonnull
LockClient lockClient)
public SyncLockMethodInterceptor(@Nonnull
LockClient lockClient,
@Nonnull
LockContextFactory lockContextFactory)
public Object invoke(org.aopalliance.intercept.MethodInvocation invocation) throws Throwable
invoke 在接口中 org.aopalliance.intercept.MethodInterceptorThrowable@Nonnull public org.springframework.aop.Pointcut getPointcut()
getPointcut 在接口中 org.springframework.aop.PointcutAdvisor@Nonnull public org.aopalliance.aop.Advice getAdvice()
getAdvice 在接口中 org.springframework.aop.Advisorpublic boolean isPerInstance()
isPerInstance 在接口中 org.springframework.aop.AdvisorCopyright © 2024. All rights reserved.