类 LockInterceptor
java.lang.Object
com.baomidou.lock.aop.LockInterceptor
- 所有已实现的接口:
org.aopalliance.aop.Advice,org.aopalliance.intercept.Interceptor,org.aopalliance.intercept.MethodInterceptor,org.springframework.beans.factory.InitializingBean
public class LockInterceptor
extends Object
implements org.aopalliance.intercept.MethodInterceptor, org.springframework.beans.factory.InitializingBean
分布式锁aop处理器
- 作者:
- zengzhihong TaoYu
-
构造器概要
构造器 -
方法概要
-
构造器详细资料
-
LockInterceptor
public LockInterceptor()
-
-
方法详细资料
-
invoke
- 指定者:
invoke在接口中org.aopalliance.intercept.MethodInterceptor- 抛出:
Throwable
-
afterPropertiesSet
public void afterPropertiesSet()- 指定者:
afterPropertiesSet在接口中org.springframework.beans.factory.InitializingBean
-